html, body {
	padding: 0;

	font-family: verdana,lucida,helvetica,arial,sans-serif;
	font-size: 10px;
	text-align:center;
margin:0;

}
body { }
.text,div,span,td,p,li,input,select,textarea,legend,blockquote,pre {
	font-family: verdana,lucida,helvetica,arial,sans-serif;
	font-size: 10px;
}
#head
{
  position:relative;
width:900px;

/*background:url(../images/chat_top.jpg) no-repeat #FFFFFF;*/
margin:0 auto;
}
#bottom
{
position:relative;
width:900px;
height:900px;
/*background:url(../images/chat_bottom.jpg) no-repeat #FFFFFF;*/
margin:0 auto;
text-align:center;
}
.smtext {
	font-family: verdana,lucida,helvetica,arial,sans-serif;
	font-size: 10px;
}

.iframe {
	overflow: hidden;
	/*border: 1px solid black;*/
}

#announcebox
{
	width: 488px;
	height: 100px;
	overflow: auto;
 	border-bottom:solid 1px #ff0000;
	border-right:solid 1px #ff0000;
	/*word-wrap:break-word;
	text-wrap:suppress;*/
}

html>body #announcebox
{
	width: 486px;
	height: 100px;
	overflow: auto;
 	border-bottom:solid 1px #ff0000;
	border-right:solid 1px #ff0000;
	/*word-wrap:break-word;
	text-wrap:suppress;*/
}

#chatBox {
	width: 488px;
	padding-right:10px;
	height: 390px;
	overflow: auto;
	border-right:solid 1px #ff0000;
}

html>body #chatBox {
	width: 476px;
	padding-right:10px;
	height: 390px;
	overflow: auto;
	border-right:solid 1px #ff0000;
}

#usersBox {

 height: 150px;
	padding: 0 5px 0 10px;
	overflow: auto;

}

.chatBorderText {
	font-weight: bold;
	color: black;
	font-size: 10px;
}

.LogOut {
	color: #3B71B6;
	font-size: 10px;
	font-family: verdana;
}

.Copyright, a.Copyright, a.Copyright:visited, a.Copyright:visited:hover, a.Copyright:hover {
	color: #3B71B6;
	font-size: 10px;
	font-family: verdana;
}

.UserStatus {
	color: green;
}

.soundoptions {
	font-size: 10px;
}

.privatemessage {
	font-weight: bold;
	font-size: 10px;
	color: green;
}

.consolemessage {
	font-size: 10px;
	color: green;
	font-weight: bold;
}

#emoticons {
    position:absolute;
    top: 640px;
    left: 321px;
    background-color: #FFFFFF;
    border-top: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
	filter:
    progid:DXImageTransform.Microsoft.Alpha(opacity=95);
    -moz-opacity: 0.95;
    overflow: hidden;
	z-index: 1
}

#emoticons div {
    width:235px;
    height:50px;
    display:block;
    overflow:hidden
}

#emoticons div span {
    width: 20px;
    height: 20px;
    border-top: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding: 0px;
    text-align: center
}
