.chat-box {
	width:100%;
	overflow:hidden;
	margin:0 0 10px 0;
}
.chat-box .c {
	background:url(../images/live-chat.png) no-repeat;
	width:302px;
	height:156px;
	padding-left:14px;
	overflow:hidden;
	font:11px Arial, Helvetica, sans-serif;
}
.chat-box .c a{
	display:block;
	background:url(../images/chat-now-btn.png) no-repeat;
	text-indent:-9999px;
	float:right;
	width:103px;
	height:27px;
	cursor:pointer;
	margin:110px 32px 0 0;
	text-decoration:none;
	outline:none;
}
.message-box {
	width:100%;
	overflow:hidden;
	margin:0 0 10px 0;
}
.message-box .t {
	background:url(../images/message-t.png) no-repeat;
	width:302px;
	height:71px;
	overflow:hidden;
}
.message-box .c {
	background:url(../images/message-c.png) repeat-y;
	width:302px;
	padding-left:14px;
	overflow:hidden;
	font:11px Arial, Helvetica, sans-serif;
	color:#CCC;
}
.message-box .c input[type="text"] {
	background:#CCC;
	width:190px;
	border:#666 1px solid;
	font:11px Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}
.message-box .c select {
	background:#CCC;
	width:190px;
	border:#666 1px solid;
	font:11px Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}
.message-box .c textarea {
	background:#CCC;
	border:#666 1px solid;
	font:11px Arial, Helvetica, sans-serif;
}
.message-box .b {
	background:url(../images/message-b.png) no-repeat;
	width:302px;
	height:14px;
	overflow:hidden;
}
.message-box .c a {
	display:block;
	position:relative;
	cursor:pointer;
	padding:0 0 0 9px;
	text-decoration:none;
}
.message-box .c a img {
	display:block;
}
.message-box .c a strong {
	background:#fff;
	width:280px;
	white-space:nowrap;
	text-align:center;
	color:#333;
	float:left;
	position:relative;
	margin:-39px 0 0 5px;
	font:18px/34px Georgia, "Times New Roman", Times, serif;
}
.message-box .module-submit {
	border:none;
	background: url(../images/submit-btn.png) no-repeat;
	width:103px;
	height:27px;
	cursor: pointer;
}
.call-box {
	width:100%;
	overflow:hidden;
	margin:0 0 12px 0;
}
.call-box .c {
	background:url(../images/call-now.png) no-repeat;
	width:302px;
	height:156px;
	padding-left:14px;
	overflow:hidden;
	font:11px Arial, Helvetica, sans-serif;
	color:#CCC;
}
.call-box .c .call-form-fields {
	float:left;
	margin:115px 0 0 0;
}
.call-box .c .call-form-fields input[type="text"] {
	background:#CCC;
	width:190px;
	border:#666 1px solid;
	font:11px Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}
.call-box .c a{
	display:block;
	background:url(../images/call-now-btn.png) no-repeat;
	text-indent:-9999px;
	float:right;
	width:103px;
	height:27px;
	cursor:pointer;
	margin:110px 32px 0 0;
	text-decoration:none;
	outline:none;
}
