/*
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: 320px;
   padding: 20px;
   border: 1px solid #ccc;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   border-radius: 5px;   
}

#contactus legend, h2
{
   font-family: Arial, Verdana, sans-serif;
   font-size: 1.3em;
   font-weight: bold;
   color: #333;
}

#contactus label
{
   font-family: Arial, Verdana, sans-serif;
   font-size: 0.8em;
   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 #999;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
   border-radius: 3px;
}

#contactus input[type="text"]
{
  height: 25px;
  width: 360px;
}

#contactus #scaptcha
{
  width: 60px;
  height: 25px;
}

#contactus input[type="submit"]
{
   width: 100px;
   height: 30px;
   padding-left: 0px;
}

#contactus textarea
{
  height: 120px;
  width: 360px;
}

#contactus input[type="text"]:focus,textarea:focus
{
  color: #009;
  border: 1px solid #EC7F20;
  background-color: #F5F5F5;
  font-weight: normal;
}

#contactus .container
{
   margin-top: 10px;
   margin-bottom: 14px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   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: 360px;
}

#contactus fieldset#antispam legend
{
   font-family: Arial, Verdana, sans-serif;
   font-size: 0.8em;
   font-weight: bold;
   color: #333;   
}

#contactus .short_explanation
{
   font-family: Arial, Verdana, sans-serif;
   font-size: 0.6em;
   color: #333;   
   text-align: right;
}

#fg_formContainer
{
   font-family: Arial, Verdana, sans-serif;
   height: 550px;
   width: 390px;
   background: #FFFFFF;
   border: 1px solid #333;
   padding: 0;
   position: absolute;
   z-index: 999;
   cursor: default;   
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   border-radius: 5px;   
   display: none;
}

#fg_container_header
{
   height: 40px;
   background: #EC7F20;
   border-top-right-radius: 5px;
   -moz-border-radius-topright: 5px;
   -webkit-border-top-right-radius: 5px;
   -khtml-border-top-right-radius: 5px;
   border-top-left-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -webkit-border-top-left-radius: 5px;
   -khtml-border-top-left-radius: 5px;   
}

#fg_container_header a
{
   color: #fff;
   font-family: Arial, Verdana, sans-serif;
   font-size: 10pt;
   font-weight: bold;
}

#fg_box_Title
{
   float: left;
   width: 180px;
   margin: 10px;
   color: #fff;
   font-family: Arial, Verdana, sans-serif;
   font-size: 12pt;
   font-weight: bold;   
}

#fg_box_Close
{
   font-size: 12pt;
   float: right;
   margin: 10px;
}

#fg_form_InnerContainer
{
   margin: 15px;
}

#fg_form_InnerContainer h2
{
   font-family: Arial, Verdana, sans-serif;
   font-size: 14pt;
   font-weight:bold;
   color:#333;     
}

#fg_form_InnerContainer p
{
   font-family: Arial, Verdana, sans-serif;
   font-size: 12pt;
   color: #333;
}

#fg_backgroundpopup
{
   position: fixed; 
   top: 0; 
   left: 0; 
   bottom: 0; 
   right: 0;
   background: #000000;
   opacity: .3;
   -moz-opacity: .3;
   filter: alpha(opacity=30);
   border: 1px solid #cecece;
   z-index: 1;
   display: none;
}

#fg_submit_success_message
{
   font-family: Arial, Verdana, sans-serif;
   font-size: 0.8em;
   display: none;
   padding: 15px;
}

#contactus .spmhidip
{
   display: none;
   width: 10px;
   height: 3px;
}
#fg_crdiv
{
   font-family: Arial, Verdana, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display: none;
}
