/*
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
{

  
}

#contactus legend, h2
{
}

#contactus label
{

}

#contactus input[type="text"],textarea
{

}

#contactus input[type="text"]
{

}

#contactus #scaptcha
{

}

#contactus input[type="submit"]
{
 
}

#contactus textarea
{
 
}

#contactus input[type="text"]:focus,textarea:focus
{

}

#contactus .container
{

}

#contactus .error
{

}

#contactus fieldset#antispam
{

}

#contactus fieldset#antispam legend
{
  
}

#contactus .short_explanation
{
  color: red;
	text-align: right;
	width:252px;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;

}
#fg_crdiv
{
  
}
#fg_crdiv p
{
    display:none;
}