#chat2_messages
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#chat2_messages li 
{
	border-bottom: 1px solid #CCDEE4;
	padding: 5px;
	font-size: 12px;
}
input.text {
	border: 1px solid #9FB5BD;
	font: 12px Arial, Helvetica, sans-serif;
	color: #45403A;
	background: #FFF url(http://www.rescreatu.com/system/schemes/images/background-input.gif) repeat-x;
	margin: 0;
	padding: 3px 4px;
}
input.submit {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #3A99BD;
	background-color: #EBEBEB;
	border-top-style: groove;
	border-right-style: solid;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	height: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-align: center;
	vertical-align: middle;
}

ul.smiles 
{
  width:98%;	
 	margin: 0 auto;
	padding: 6px;
	list-style: none;
	clear: both;
	text-align:left;
}

ul.smiles li 
{
	display: inline;
	line-height: 18px;
	padding:2px;
}

#chat2_input
{
	width:400px;
}
#chat3_input
{
	//width:400px;
}
li.dark 
{
	background-color: #eeeeee;
}

input.submit 
{
	border: #C0C0C0 1px solid;
	height:24px;
}

div.fields,#chat2_smiles
{
	width:550px;
	text-align:left;
}
div.fields2,#chat3_smiles
{
	width:130px;
	text-align:left;
}
div.chatcenter
{
	width:570px;
  padding-top:15px;
	padding-bottom:25px;
	height:500px; 
	float:left;
	overflow:hidden;	
	background:url(images/chatc.png) repeat-x;
}
div.chatcenter2
{
	//width:570px;
  padding-top:15px;
	padding-bottom:25px;
	height:320px; 
	float:left;
	overflow:hidden;
	background-color: #FFFFFF;	
}

div.scroll
{
	text-align:left; 
	overflow:auto;
	height:480px;
	width:570px;
	vertical-align:top;
}
div.scroll2
{
	text-align:left; 
	overflow:auto;
	height:300px;
	width:130px;
	vertical-align:top;
}
div.chatbody
{	
	overflow:hidden;
	background:url(images/chatr.png) no-repeat;
	background-position: right top; 
	height:500px; 
	width:595px;
}
div.chatbody2
{	
	overflow:hidden;
	background-position: right top; 
	height:320px; 
	width:145px;

}

div.chatleft
{
 	background:url(images/chatl.png) no-repeat; 
	width:15px; 
	height:500px; 
	float:left;
}
div.chatleft2
{
	//width:15px; 
	height:320px; 
	float:left;
}