/*
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!
*/

#contactus fieldset
{
	width:680px;
	padding:80px;
	border:1px solid #A70;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#contactus legend, h2
{
   font-family : 'ralewaylight';
   font-size: 2.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
	font-size:14px;
	font-weight: bold;
	color: #A70;
	font-family: 'ralewaylight';
}

#contactus input[type="text"],textarea
{
  font-family : 'ralewaylight', Verdana, sans-serif;
  font-size: 2 em;
  line-height:200%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:560px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#contactus #scaptcha
{
  width:120px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:560px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;
  width:560px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
	color : #A70;
	border : 1px solid #2A00FF;
	background-color : ##D4DFAA;
	font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: 'ralewaylight'; 
   font-size: 1 em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : 'ralewaylight';
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
	font-family : 'ralewaylight';
	font-size: 12px;
	color:#A70;
}

/* 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 : 'ralewaylight';
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
.Bodytemp {
	font-family: 'ralewaylight';
	color: #2A3FAA;
	vertical-align: top;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -300px;
}
.inner {
	margin: 0px auto;
	display: inline-block;
}


#contact_form {
margin: 0px;
float: none;
width: 100%;
padding: 0px;
margin-top: 20px;
margin-left: 15px;
color: #999;
}

#contact_form .one_third {
	float: left;
	margin-right: 10px;
	width: 600px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#contact_form .special {
display:none;
}

#contact_form input, #contact_form textarea {
	padding: 7px;
	width: 350px;
	border: 1px solid #e9e9e9;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-bottom: 10px;
	overflow: auto;
}
#contact_form input:hover, #contact_form textarea:hover{
background: #f3f3f3;
}

#contact_form input.formbtn {
	width: auto;
	margin-top: 10px;
	padding: 6px 10px 6px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#000;
	cursor: pointer;
	border: 1px solid #666;
	background-color: #0a7df4;
}

#contact_form input.formbtn:hover {
	border: 1px solid #666;
	background-color: #FE9307;
}

#contact_form textarea {
width: 350px;
height: 140px;
}

#contact {
position: relative;
margin-top: 30px;
}

#contact .contact_text {
font-size: 13px;
font-style: italic;
color: #333;
display: block;
}

#contact #graphic img {
border:0;
background: transparent;
position: absolute;
left: 160px;
top: -30px;
}</style>
