body *,body .*
{
	margin:0px;
	padding:0px;
}
body
{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Tahoma, "Trebuchet MS";
}
.heading
{
	font-weight:bold;
	height:35px;
	line-height:25px;
	vertical-align:top;
	font-size:12px;
	color:#FFFFFF;
}
.heading .left
{
	width:11px;
	height:35px;
	background:url(../images/top_left.gif) no-repeat left top;
}
.heading .right
{
	width:11px;
	height:35px;
	background:url(../images/top_right.gif) no-repeat right top;
}
.heading .title
{
	background:url(../images/head_back.gif) repeat-x top center;
}
.main_body
{
	height:35px;
	width:100%;
}
.main_body .left
{
	width:11px;
	background:url(../images/border_left.gif) repeat-y left top;
}
.main_body .right
{
	width:11px;
	background:url(../images/border_right.gif) repeat-y right top;
}
.main_body .content
{
 background:#f1f1f1;
}
.blank
{
	height:10px;
}
.call_me
{
}
.call_me .title
{
	font-size:16px;
	color:#385c76;
	font-weight:bold;
}
.call_me .small_title
{
	font-size:12px;
	color:#385c76;
	font-weight:bold;
}
.call_me .form
{
	background:url(../images/call_back.gif) repeat-x top left;
	height:52px;
}
.call_me .form div
{
	background:url(../images/call_left_round.gif) no-repeat top left;
}
.call_me .form div div
{
	background:url(../images/call_right_round.gif) no-repeat top right;
	height:52px;
	padding-left:20px;
}
.call_me .textbox
{
	height:20px;
	width:100%;
	border:solid 1px #6b6b6b;
	font-size:14px;
}
.chat_box
{
	margin-top:5px;
}
.chat_box .display_chat
{
	width:100%;
	overflow:auto;
}
.chat_box .display_chat *, .chat_box .display_chat .*
{
	padding:0px;
	margin:0px;
}
.chat_box .display_chat .agent
{
	width:100%;
	margin-top:10px;
}
.chat_box .display_chat .agent .info
{
	background-color: #436276;
	background-image: url(../images/agent_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:0px;
	margin:0px;
}
.chat_box .display_chat .agent .info div
{
	background:url(../images/agent_right.gif) no-repeat right bottom;
	line-height:20px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:20px;
}
.chat_box .display_chat .agent .chat
{
	color:#000000;
	vertical-align:middle;
	padding-left:20px;
	font-size:11px;
	margin-top:5px;
}

.chat_box .display_chat .visitor
{
	width:100%;
	margin-top:10px;
}
.chat_box .display_chat .visitor .info
{
	background-color: #A5B2BA;
	background-image: url(../images/visitor_left.gif);
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.chat_box .display_chat .visitor .info div
{
	background:url(../images/visitor_right.gif) no-repeat right bottom;
	line-height:20px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	padding-left:20px;
}
.chat_box .display_chat .visitor .chat
{
	margin-top:5px;
	color:#3D474E;
	vertical-align:middle;
	padding-left:20px;
	font-size:11px;
}
.status
{
	width:100%;
	height:16px;
	text-align:center;
	color: #456478;
	font-size:11px;
	font-weight:bold;
}
.info
{
	width:100%;
	padding-bottom:3px;
	text-align:left;
	color: #5A7087;
	font-size:12px;
}
.message_input
{
	width:100%;
	height:30px;
	border: 1px solid #5A7087;
}
.send
{
	height:30px;
	padding:5px;
	border:none;
	color:#FFFFFF;
	background-color: #3F6275;
}
.logo
{
	padding:5px;
}
.footer
{
	height:28px;
	font-family:Tahoma;
	vertical-align:bottom;
	font-size:10px;
	line-height:20px;
	color:#FFFFFF;
	font-weight:bold;
}
.footer .left
{
	width:11px;
	height:28px;
	background:url(../images/bottom_left.gif) no-repeat left bottom;
}
.footer .right
{
	width:11px;
	height:28px;
	background:url(../images/bottom_right.gif) no-repeat right bottom;
}
.footer .content
{
	background:url(../images/footer_back.gif) repeat-x top center;
	font-size:10px;
	color:#FFFFFF;
}
.footer .content .powered_by
{
	font-size:10px;
	font-weight:normal;
	text-align:right;
}
.footer .content .powered_by a,.footer .content .powered_by a:visited
{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.error_msg {
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	color:#555555;
	font-weight: bold;
}
