/*
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!
*/

/*FORM WRAPPER****************/
#contactus fieldset
{
   width:340px;
   padding: 0 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-style: none !important;
}

.thankyou {
   width:650px;
   padding: 0 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#contactus legend, h2
{
   text-rendering: optimizeLegibility;
   font: 1.3em 'GothamBook', Arial, Helvetica, Geneva, sans-serif;
   font-weight:bold;
   color: white;
}

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

/*EMAIL FIELD**********************/
#contactus input[type="text"]
{
  height:25px;
  width:220px;  
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  margin-right: 15px;
	border: 1px solid gray;
}


/*TEXT INSIDE FIELD**************/
#contactus input[type="text"],textarea
{
  font: 0.8em 'GothamBook', Arial, Helvetica, Geneva, sans-serif;
  line-height:140%;
  color : silver; 
  padding : 3px 3px 3px 15px; 
}

/*SUBMIT BUTTON******************/
#contactus input[type="submit"]
{
   width:80px;
   height:30px;
   padding-left:0px;   
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
   border-radius: 45px;
	background-color: #c22435;
	color: white;
	font-size: 16px;
	border: 1px solid #c22435;
}


#contactus input[type="text"]:focus,textarea:focus
{
  color : black;
  background-color : white;
}

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

.container {
	float: left;
}

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

#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:#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;
}


/*@media only screen and (max-device-width:750px) and (min-device-width:320px) {

/*TO TEST ON DESKTOP USE THIS----------------------------*!/
/*@media only screen and (max-width:750px) and (min-width:320px) {*!/


.errorMessage {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid orange;
}





}
*/


