.room_item h3 span
{
	font-size:13px;
	font-weight:normal;
}

.room_item h3 a
{
	font-size:13px;
}

.room_item .room_content p
{
	margin:0;
	padding-bottom:1px;
	padding-top:1px;
}

.room_item .room_content
{
	border: 1px solid #666666;
	padding:5px 15px 5px 15px;
	height:200px;
}

.room_item .room_content .room_user
{
	font-weight:bold;
	color:#D54E21;
}

.room_item .room_content .room_admin
{
	font-weight:bold;
	color:#2583AD;
}

.room_item .room_content .room_message
{
	color:#666666;
}

#live-chat-not-avalible
{
	background-image: url(../images/live_chat_offline.gif);
	width:162px;
	height:22px;
	float:left;
	margin-top:10px;
	margin-right:20px;
}

#live-chat-avalible
{
	background-image: url(../images/live_chat_online.gif);
	width:162px;
	height:22px;
	cursor:pointer;
	float:left;
	margin-top:10px;
	margin-right:20px;
}

#live-chat-avalible-open
{
	background-image: url(../images/live_chat_online_open.gif);
	width:162px;
	height:22px;
	cursor:pointer;
	float:left;
	margin-top:10px;
	margin-right:20px;
}

#live-chat-window
{
	background-color:#00ccff;
	width:320px;
	height:155px;
	position:absolute;
	margin:0px 0px 0px -159px;
	*margin:0px 0px 0px -321px;
	top:0px;
}

.rightBlockWork #live-chat-window
{
	*margin:0px 0px 0px -503px;
}

#live-chat-window .live-chat-status
{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px;
}

#live-chat-window .live-chat-status span
{
	color:#ccff00;
}

#live-chat-window form input
{
	background-color:#00CCFF;
	margin-left:10px;
	width:106px;
	border-color:#015267 #01a2cc #01a2cc #015267;
	border-style:solid;
	border-width:2px 1px 1px 2px;
	color:#ffffff;
	padding:1px 3px;
}

#live-chat-window form textarea
{
	background-color:#00CCFF;
	border-color:#015267 #01a2cc #01a2cc #015267;
	border-style:solid;
	border-width:2px 1px 1px 2px;
	height:42px;
	margin:10px;
	color:#ffffff;
	padding:3px;
	width:240px;
}

#live-chat-window form .live-chat-button, #room_avalible form .live-chat-button
{
	background-image: url(../images/live_chat_button.gif);
	background-position:center top;
	width:22px;
	height:22px;
	border:0 none;
	margin:0px;
	padding:0px;
	cursor:pointer;
}

#live-chat-window .client_room_item
{
	margin:10px 0 10px 10px;
	padding:0;
	width:310px;
}

#live-chat-window .client_room_item .room_admin
{
	font-weight:bold;
	color:#caff01;
}

#live-chat-window .client_room_item .room_user
{
	font-weight:bold;
	color:#DDFFC2;
}

#live-chat-window .client_room_item .room_message
{
	color:#ffffff;
}

#live-chat-window #live-chat-window-input
{
	float:left;
	clear:both;
	height:22px;
	padding-left:10px;
	margin-bottom:14px;
	color:#ffffff;
	width:310px;
}

#live-chat-window #live-chat-window-input * {
	margin:2px;
	padding:2px;
	float:left;
}

#live-chat-window #live-chat-window-input input#client_room_text_send
{
	width:180px;
/*	float:none; */
	margin:2px;
}

.live-chat-message
{
	color:red;
	font-style:italic;
}

.room_input input
{
	width:875px;
}

#live-chat-window-content
{
	clear:both;
	float:left;
	height:100px;
}

#live-chat-window-content p
{
	padding:0px;
}

#live-chat-error
{
	color:#cc0000;
	font-style:italic;
	padding-left:10px;
	margin-bottom:3px;
	font-size:10px;
}

.live_chat_scrool
{
	overflow : auto;
}