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

#contactbox {float:left; width:350px; height: 450px; padding:0; margin:10px 0 0 40px; border: solid blue 0px}

#contactus fieldset#top{width:220px; height: 365px; padding:0; margin:0; border: solid yellow 0px}

#contactus fieldset{width:230px; margin:0; padding:0; border: solid red 0px}

#contactus legend, h2{font-family : Arial, sans-serif; font-size: 1.3em; font-weight:bold; color:#333; border: solid red 0px}

#contactus label{ font-size:13px; font-weight: bold; color: #000; border: solid red 0px}

#contactus input[type="text"],textarea{margin:2px 0 0 0; padding: 3px; font-family: Arial, Verdana, sans-serif; font-size: 0.8em; line-height:140%; color: #000; border: 1px solid #999;}

#contactus input[type="text"]{ height:18px; width:290px;  }

/* this is the input box for the spam question */
#contactus #scaptcha{width:60px; height:18px; margin:10px 0 0 0; border: solid #000 1px}

#contactus input[type="submit"]{width:300px; height:30px;}

#contactus textarea{height:65px; width:290px; background-color : #fff;}

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

#contactus .container{ margin-top:8px; margin-bottom: 10px; border: solid red 0px}

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

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

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


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