
/* This section will style the form's framing. Also known as the fieldset. */
#myform div.form_title{
	background:transparent url(../images/long_line.jpg) no-repeat scroll left bottom;
	font-size:20px;
	font-weight:bold;
	height:30px;
	padding-top:20px;
	line-height:20px;
	margin-bottom:10px;
}
#myform legend{
	background:transparent url(../images/long_line.jpg) no-repeat scroll left bottom;
	font-size:18px;
	font-weight:bold;
	height:35px;
}
#myform fieldset {
	border: 0 ;
}
#myform div {
	padding:5px;
}
#myform .links label {
	color:#000;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	letter-spacing:0.5px;
	margin-right:10px;
	text-align:left;
	width:150px;
}
#myform .links input{
	width:350px;
	height:17px;
	padding-top:3px;
}
#myform .required {
	color:#FF0000;
	font-size:0.9em;
	font-weight:bolder;
	text-decoration:none;
}
#myform .links_check label{
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	letter-spacing:0.5px;
	margin-right:10px;
	text-align:left;
	width:200px;
}
#myform .links_check .checkbox span label{
	font-size:13px;
	letter-spacing:0;
	color:#fff;
	margin-left:5px;
}
form#Contactus div .links #sendbutton {
	margin-left:209px;
}
.links_check {
	margin:5px 0px;
}
.links_check .checkbox{
	background-color:#9F9EA2;
	border:2px solid #EFEFEF;
	margin-top:5px;
	float:left;
	width:490px;
}
.links_check .checkbox span{
	float:left;
}
.links_button{
	margin:0px 0px 30px 162px;
}

form#contactForm textarea{
	width:350px;
	height:150px;
}
.thankyou{
	background-color:#9F9EA2;
	border:2px solid #EFEFEF;
	margin-top:13px;
	padding:10px;
	color:#fff;
	margin-bottom:10px;
}







