/* starts necessary styles */
div.ss_error{
	color: #EB340A;
	background-image:url(../images/ss_error.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 8px;
	line-height: 12px;
	position: absolute;
	right: 3px;
	top: -14px;
	font-size: 11px;
}
.ss_reqbox, .ss_notreqbox{
	border: 1px solid #ffffff;
	padding: 2px;
	margin: 0 0 0 0;
	position: relative;
	display: inline;
	float: left;
}
.ss_reqboxactive {
	border-color:#EB340A !important;
}
/* ends necessary styles */


form.contactus input.txt{
	border: 1px solid #DDDDDD;
	padding: 1px 6px 2px;
}
form.contactus select{
	border: 1px solid #DDDDDD;
	width: 220px;	
}
.contactus label{
	display: block;
	clear: left;
	font-weight: bold;
	margin: 0 0 7px 0;
}
.contactus label span{
	font-weight: normal;
}
.contactus input.txt{
	width: 220px;
	display: block;
}
.contactus input.captcha{
	width: 170px;
}
.contactus textarea.txt{
	width: 510px;
	height: 236px;
	border: 1px solid #dddddd;
	padding: 6px;
	display: block;
}
.contactus div.captcha{
	margin: 0 0 24px 0;
	clear: left;
}
.contactus .captcha #codeimg{
	margin: 0 0 9px 0;
	display: block;
}
.contactus .captcha div{
	float: left;
}
.contactus span.required{
	color: #ff0000;
}
.contactus .col-left{
	width: 270px;
	padding-right: 20px;
	clear: left;
}
.contactus .col-left, .contactus .col-right{
	float: left;
}
.contactus .captcha label{
	margin-bottom: 18px;
}
.contactus .captcha input{
	border: 1px solid #dddddd;
	padding: 1px 6px 2px;	
}
