/*
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!
*/
body, form{margin:0;}
#contactus fieldset
{
	width:100%;
	padding:20px;
	box-sizing: border-box;
	border:2px solid #ED1C24;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;  
	margin:0;
	box-sizing: border-box; 
}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.5em;
   font-weight:bold;
   color:#ED1C24;
   text-align:center;
	padding:0 10px 0 10px;
   box-sizing: border-box;
}

#contactus label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
    color: #555;
    font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:2em;
  width:100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}
#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
    cursor: pointer;
    color: white;
    font-size: 1em;
	font-weight:bold;
    background-color: #ED1C24;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.50);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.50);
	height:2em;
	width:8em;
}

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

#contactus input[type="text"]:focus,textarea:focus
{
  color : #000;
  border : 1px solid silver;
  background-color : #ffffcc;
  font-weight:bold;
}

#contactus .container
{
padding:20px 0 0 0;
box-sizing: border-box;
vertical-align:top;
}
#contactus .container TEXTAREA{width:100%;}
.container:nth-of-type(2){display:inline-block;margin-right:10px;text-align:left;width:20%;min-width:125px;}
.container:nth-of-type(3){display:inline-block;text-align:left;width:35%;}
.container:nth-of-type(4){text-align:left;}
.container:nth-of-type(7){text-align:left;}
.container:nth-of-type(8){text-align:center;}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #ED1C24;
   font-weight:bold;
}

#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 : 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:#ED1C24; 
	text-align:left;   
}

/* 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;
}