/*
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:95%;
margin: 0px 0px;
border : 0px;
}

#contactus legend, h2
{
font-family : Verdana, sans-serif;
font-size: 12px;
font-weight:bold;
color:#37302a;
}

#contactus label
{
font-family : Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
}

#contactus input[type="text"],textarea
{
font-family : Verdana, sans-serif;
font-size: 12px;
line-height:140%;
color : #000;
padding : 5px;
border : 1px solid #37302a;
width: 100%;

-moz-border-radius: 1px;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
border-radius: 1px;

}

#contactus input[type="text"]
{
width:100%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing: border-box;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

#contactus #scaptcha
{
width:65px;
}

#contactus input[type="submit"]
{
width:100px;
height:30px;
padding-left:0px;

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color : #000000;
color : #fff;
}

#contactus textarea
{
border : 1px solid #37302a;
height:120px;
width:80%;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing: border-box;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding : 5px;
}

#contactus input[type="text"]:focus,textarea:focus
{
color : #000;
border : 1px solid #37302a;
background-color : #fff4da;
font-weight:normal;
}

#contactus .container
{
margin-top:8px;
margin-bottom: 10px;
}

#contactus .error
{
font-family: Verdana, Arial, sans-serif;
font-size: 0.7em;
color: #000;
background-color : #fff4da;
}

#contactus fieldset#antispam
{
padding:2px;
border-top:1px solid #EEE;
border-left:0;
border-right:0;
border-bottom:0;

}

#contactus fieldset#antispam legend
{
font-family : Arial, sans-serif;
font-size: 0.8em;
font-weight:bold;
color:#333;
}

#contactus .short_explanation
{
font-family : Arial, sans-serif;
font-size: 0.6em;
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: 0.3em;
opacity: .2;
-moz-opacity: .2;
filter: alpha(opacity=20);
}
#fg_crdiv p
{
display:none;
}
