/*
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:580px;
   padding:20px;
   margin-left: 10px;
   border:1px solid #ccc;
  
}

#contactus legend
{
   font-family: 'Ariel Black', Gadget, sans-serif;
   font-size: 2.0em;
   font-weight: 700;
   text-shadow: 0px -1px 0px #333, -1px 0px 0px #333;
   color:#fff;
}

#contactus label
{
   font-family: 'Ariel Black', Gadget, sans-serif;
   font-size: 1.4em;
   margin-top: 20px;
   
}

#contactus input[type="text"],textarea
{
   font-family: 'Ariel Black', Gadget, sans-serif;
   font-size: 1.4em;
   color : #000; 
   padding : 3px; 
   border : 1px solid #999;
   border-radius: 5px;
    

}

#contactus input[type="text"]
{
  margin-right: 15%;
  margin-bottom: 8px;
  height:28px;
  width:200px;
  border-radius: 5px;
  
  
  
}



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

#contactus textarea
{
  height:120px;
  width:450px;
  
}

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

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

#contactus .error
{
   font-family: 'Ariel Black', Gadget, sans-serif;
   font-size: 1.4em;
   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: 'Ariel Black', Gadget, sans-serif;
   font-size: 1.4em;
   font-weight:bold;
   color:#fff;   
}

#contactus .short_explanation
{
   font-family : 'Ariel Black', Gadget, sans-serif;
   font-size: 0.6em;
   color:#fff;   
}

/* 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: 'Ariel Black', Gadget, sans-serif;
   font-size: 1.4em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}