body {
padding:0;
margin:0;
}
h2 {color: #000;}

#contactus fieldset {
font-family: "Open Sans";
color: #000;
font-size: 12px;
padding:0;
margin:0;
border:0;
}

#contactus input[type="text"],
#contactus textarea {
background-color: #fff;
border: 1px solid #363636;
color: #5D5D5D;
font-family: "Open Sans";
font-size: 14px;
font-weight: 600;
margin-top: 10px;
padding: 5px 10px;
width: 80% !important;
}
#contactus textarea {
min-height: 100px;
}
#contactus input[type="text"]:focus,
#contactus textarea:focus {
color: #111;
}
#contactus #scaptcha_img {
width: 100px;
}
#contactus #scaptcha {
background-color: #fff;
width: 100px;
}
#contactus a {
color: #4B8FCC;
}
#contactus input[type="submit"] {
background: #4B8FCC;
border: none;
color: #fff;
cursor: pointer;
margin-top: 10px;
text-transform: uppercase;
padding: 10px;
width: 100px
}
#contactus input[type="submit"]:hover {
background: #c8bb0b;
}
#contactus .error {color: red;}

/* 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: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
display:none;
}