/*
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
{
	padding:5px;
	border:0px solid #ccc;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;   
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#form-control {
    width: 100% !important;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #999999;
    border-radius: 0px;
    box-shadow: none;
}


#contactus legend, h2
{
    font-family: 'Lato', sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
    font-family: 'Lato', sans-serif;
   font-size:0.8em;
   font-weight: bold;
   color: #ff0000;
}

#contactus input[type="text"],textarea
{
	width: 100% !important;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #999999;
    border-radius: 0px;
    box-shadow: none;    
	font-family: 'Lato', sans-serif;
    height: 50px;

}

#contactus input[type="text"]
{
	width: 100% !important;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #999999;
    border-radius: 0px;
    box-shadow: none;  
}

#contactus #scaptcha
{
  width:60px;
  height:38px;
   margin-top:20px;
}

#contactus input[type="submit"]
{
   width:200px;
   height:50px;
   font-size: 12px;
    line-height: 1.33;
    padding: 13px 40px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:100px;
  width:310px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}


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

#contactus .error
{    
	font-family: 'Lato', sans-serif;
	font-size: 0.7em;
	color: #ff0000;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:0px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:100%;
}

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

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