/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/
.clear {
	clear: both;
}



.messageContainer{
	width:410px;
}
.messageInputContainer {
	width: 320px;
	float: right;
}
.spamQuestionContainer {
	margin: 25px 0 25px 0;
	height: 100px;
}
.validationField {
	float: left;
	height: 15px;
	padding-left: 100px;
}
.container {
	height: 50px;
	width: 420px;
}
.labelField {
	width: 90px;
	float: left;
	font-size:12px;
}
.inputField {
	width: 250px;
	float: left;
}
.submitContainer {
}

.submitButton input{
	background-image:url(../images/submit.jpg);
	border:none;
	cursor:pointer;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 5px #000000;
	
	
}


.submitButton input:hover {
	background-image:url(../images/submit.jpg);
	border:none;
	cursor:pointer;
	color:#FF0;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 5px #000000;
	
	
}


#contactus fieldset {
	width: 420px;
	border: 0px solid #fff;
}
#contactus legend, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#contactus label {
	font-family : Arial, sans-serif;
	font-size: 14px;
}
#contactus input[type="text"], textarea {
	font-family : Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 140%;
	color : #000;
	padding : 3px;
	border :2px solid #1457b2;
	background-color:#fafafa;
}
#contactus input[type="text"] {
	height: 18px;
	width: 310px;
}
#contactus #scaptcha {
	width: 60px;
	height: 18px;
}
#contactus input[type="submit"] {
	width: 100px;
	height: 30px;
	padding-left: 0px;
}
#contactus textarea {
	height: 120px;
	width: 310px;
}
#contactus input[type="text"]:focus, textarea:focus {
	color : #009;
	border : 2px solid #be3051;
	background-color : #ffff99;
	font-weight: bold;
}
#contactus .container {
	margin-top: 8px;
	margin-bottom: 10px;
}
#contactus .error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #900;
	background-color : #ffff00;
}
#contactus fieldset#antispam {
	padding: 2px;
	width: 350px;
}
#contactus fieldset#antispam legend {
	font-family : Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#contactus .short_explanation {
	font-family : Arial, sans-serif;
	font-size: 16px;
	color: #333;
}
/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip {
	display: none;
	width: 10px;
	height: 3px;
}
#fg_crdiv {
	font-family : Arial, sans-serif;
	font-size: 16px;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display: none;
}
.thankyou{
	color:#C00;
	font-size:22px;
	font-weight:bold;
	text-shadow:1px 2px 1px #000000;
	font-family:Arial, Helvetica, sans-serif;
}