body {
background:#E3E2DE none repeat-x scroll center bottom;
color:#000;
text-align:center;
font-family:Arial;
}
/* chat --------------------------------*/

#chatLoginBox{background:url(images/bg_chat_login.gif) no-repeat;
	width:500px;
	color:#FFFFFF;
	text-align:center;
	margin:auto;
	margin-top:50px;
}
#chatLoginBox a{
	color:#CF141B; font-weight:bold; font-size:12px; text-decoration:none;
}

#chatLoginBox table {
	margin:auto;
	margin-top:20px;
	text-align:left;
	border:0;
	
}
#chatLoginBox td {
	padding:4px;
}

.errorMsg{
	color:#FFFF00;
	font-weight:bold;	
}

#chatHeader{
	width:500px;
	height:190px;
	
}
#chatContent{
	width:500px;
}
#chatBottom{
	width:500px;
	height:20px;
}

