div#contactusbox h2,
div#livechatbox h2,
div#onlineformbox  h2{
	font: bold 20px Arial;
	margin: 0px;
	padding: 0px;
	color: #3DB54B;
}

div#contactusbox {
	color: #7293CC;
	height: 175px;
	width: 693px;
	padding: 10px;
	margin-bottom: 15px;
}

div.spacer1 {
	clear: both;
	height: 15px;
	width: 100%;
}

div#contactusbox p{
	clear:both;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#contactusbox ul{
	width: 100%;
	margin:5px 0 8px;
	list-style: none;
}

div#contactusbox ul li{
	background:transparent url(/images/br/newbullet.gif) no-repeat scroll left 0.3em;
	float: left;
	width: 230px;
	font: 12px Arial;
	color: #606060;
	margin-bottom:5px;
	margin-left:0;
	margin-right:13px;
	padding-left:10px;
}

div#contactusbox ul li.wide{
	width: 350px;
}

div#livechatbox,
div#onlineformbox {
	padding: 10px;
	width: 435px;
	height: 710px;
	margin-right: 15px;
	float: left;
}

div#livechatbox p,
div#onlineformbox p{
	color: #606060;
	clear:both;
	padding: 0px;
	margin-top: 10px;
	font: 12px Arial;
	line-height: 18px;
	margin-bottom: 20px;
}

div#livechatlogo {
	background: url('/images/Live-chat-logo.jpg') no-repeat center center;
	width: 100%;
	height: 140px;
	margin-bottom: 15px;
	text-align: center;
}

div#livechatlogo a {
	position: relative;
	font: bold 16px Arial;
	color: #FFF;
	top: 86px;
	left: -14px;
}



div#onlineformbox {
	margin-right: 0px;
}

.notnull {
	color: #F00;
	font-weight: bold;
}

div.form_label {
	display:block;
	color: #7293CC;
	font: 12px Arial;
	margin-bottom: 5px;
}

div.column {
	width: 50%;
	float: left;
}

input {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}

textarea {
	width: 417px;
	height: 90px;
	clear: both;
	margin-bottom: 10px;
}

input.button {
	margin: 0px;
}

div#contactus_error {
	color: #F00;
	font: bold 14px Arial;
}

