/*
Popup 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:auto;
   padding:10px;
   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, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   font-family : Peugeot, Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight: normal;
}

#contactus input[type="text"],textarea
{
  font-family : Peugeot, Arial, Helvetica, sans-serif;
  font-size: 1.0 em;
  line-height:120%;
  color : #000; 
  /*padding : 3px;
  border : 1px solid #999; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:25px;
  width:200px;
  position:absolute;
}

#contactus #scaptcha
{
  width:60px;
  height:28px;
}

#contactus input[type="submit"]
{
   width:auto;
   height:30px;
   padding:3 8 3 8;
   -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

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

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

#contactus .container1
{
   margin-top:0px;
   margin-bottom: 5px;
}

#contactus .error
{
   font-family: Peugeot, Arial, Helvetica, sans-serif;
   font-size: 0.7em;
   color: #900;
   background-color : #cccccc;
   width:370px;
   position:absolute;
}

#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.7em;
   color:#333;   
}
#fg_formContainer
{
   height:445px;
   width:550px;
   background:#cccccc;
   border:8px solid #ffffff;
   padding:0;
   position:absolute;
  /*   top: 100px;
 margin-top:50px; 
   margin-top:50px; */
   z-index:10001;
   cursor:default;   
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;   
display:none;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
}

#fg_container_header
{
   height:30px;
   width:100%;
   max-width:550px;
   min-width:530px;
   background:#637079;
}

#fg_container_header a
{
   color:#fff;
   font-family:Arial,Verdana;
   font-size:10pt;
   font-weight:bold;
}

#fg_box_Title
{
   float:left;
   width:100%;
   max-width:525px;
   margin:5px;
   
   color:#fff;
   font-family:Peugeot, Arial, Helvetica, sans-serif;
   font-size:11pt;
   font-weight:bold;
}

#fg_box_Close
{
   float:right;
   width:30px;
   margin: -25px -27px;
}

#fg_form_InnerContainer
{
   margin:10px;
   margin-top: 5px;
}

#fg_form_InnerContainer h2
{
   font-family : Arial, sans-serif;
   font-size: 14pt;
   font-weight:bold;
   color:#333;     
}

#fg_form_InnerContainer p
{
   font-family : Arial, sans-serif;
   font-size: 12pt;
   color:#333;
}

#fg_backgroundpopup
{
   position: fixed; 
   top:0; 
   left:0; 
   bottom:0; 
   right:0;
   
   background:#000000;
   opacity: .7;
   -moz-opacity: .7;
   filter: alpha(opacity=70);
   /*border:1px solid #666;*/
   border:none;
   z-index:1010;
   display:none;
}

#fg_submit_success_message
{
   display:none;
   padding:15px;
}

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