/* Стили для данного примера. */

.chat
{
	font-family:Arial;
	width:460px;
	font-size:8pt;
		line-height:150%
}
#tline { 
	background: transparent url('/pic/chat/tline.gif') no-repeat scroll right 18px; 
	width:23px;
	height:33px; 
	margint-right:20px;
	position:absolute;

	clear:both;
	z-index:999;
}
div.chat_content 
{
	clear:both;
	background-color:#ffffff;
	border-left: 2px solid #d0deed;
	border-right: 2px solid #d0deed;
	margin-left:21px; 
	position: relative;
	font-size:8pt;
	padding: 5px 10px 10px 10px;
	height:100%; 
}	
.chat_h1
{
	font-size:12pt;
	font-weight:bold;
	color:#333;
	
}
.chat_num
{
	color:#36bc37;
	font-size:150%;	
	margin-left:6px;
	margin-right:3px;
}
.chat_link
{
	clear:both;
	padding:0px;
	padding-top:10px;	
	font-size:8pt;
	line-height:8pt;
	clear:both;

}
.chat_link a
{

	color:#1691e8;
	font-size:10pt;
	text-decoration:underline;	
	background: transparent url('/pic/chat/ie.gif') no-repeat scroll 0px 2px; padding-left:18px;
}
.chat_link a:hover
{

	color:#36bc37;
	text-decoration:underline;
	font-size:10pt;
	background: transparent url('/pic/chat/ie.gif') no-repeat scroll 0px 2px; padding-left:18px;
}
.chat_content small
{
	color:#797979;
	font-size:8pt;
	margin-left:10px
}

div.tc {background: transparent url('/pic/chat/tl.gif') no-repeat scroll left top; margin-left:21px;  width:100%; height:7px}
div.tc div {background: url('/pic/chat/tr.gif') no-repeat scroll right top;  width:100%;   height:7px;font-size:1px; }
div.tc div div {background: #ffffff url('/pic/chat/tbg.gif') repeat-x scroll right top;    margin-left:7px; margin-right:7px;  }

div.dc {background: transparent url('/pic/chat/bl.gif') no-repeat scroll left top; margin-left:21px;  width:100%; height:7px}
div.dc div {background: url('/pic/chat/br.gif') no-repeat scroll right top;  width:100%;   height:7px;font-size:1px; }
div.dc div div {background: #ffffff url('/pic/chat/tbg.gif') repeat-x scroll right bottom;    margin-left:7px; margin-right:7px;  }


div.coners-div { background: #ffffcc url(tr-wh.gif) no-repeat scroll center top; margin: 20px 0; * border: 1px solid white; }
div.coners-div div { background: transparent url(tr-wh.gif) no-repeat scroll right top; }
div.coners-div div div { background: transparent url(br-wh.gif) no-repeat scroll right bottom; }
div.coners-div div div div { background: transparent url(bl-wh.gif) no-repeat scroll left bottom; padding: 3px 3px 3px 5px !important; }

div.chat_users
{

	border: 1px dashed #fff;
	clear:both;
}
div.chat_users span
{	
	background:url('/pic/chat/user1.gif') no-repeat 0px 2px; 
	margin-right: 16px; 
	padding-left:11px; 
	margin-top:10px;
	color:#1d5e8b;	
	float:left;
}

