/*
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
{
   margin:0 auto;
   width:270px;
   height:auto;
   padding:10px; 
  margin:.5em 0 10px 0px;
  border:2px solid white;
  border-radius:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-box-shadow:7px 9px 23px 0 rgba(92,89,92,1);
  -moz-box-shadow:7px 9px 23px 0 rgba(92,89,92,1);
  box-shadow:7px 9px 23px 0 rgba(92,89,92,1);

}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#fff;

}

#contactus label
{
   font-family : Arial, sans-serif;
   font-size:0.9em;
   font-weight: bold;
   color:#fff;
}


#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 1em;
  line-height:140%;
  color:#000; 
  padding: 5px 8px 0 8px; 
  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:32px;
  width:100%;
  border:1px #fff;
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100%;
   height:30px;
   padding-left:0px;
   background-color:#2B2B2B;
   color:#FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px; 
   margin-top:.8em; 
   border:1px solid white;
}

#contactus input:hover[type="submit"]
{
   width:100%;
   height:30px;
   padding-left:0px;
   background-color:rgb(68, 68, 68);
   color:#CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

.button_reset
{
   width:100%;
   height:30px;
   margin-top:1em;
   padding-left:0px;
   background-color:#2B2B2B;
   color:#FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;
   border:1px solid white;
}

.button_reset:hover
{
   background-color:rgb(68, 68, 68);
   color:#CCC;
   width:100%;
   height:30px;
   padding-left:0px;
 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;
  width:100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px; 

}


#contactus input[type="text"]:focus,textarea:focus
{
  color : #000;
  border : 2px #8E1;
  background-color : lightgrey;
  font-weight:bold;

}

#contactus .container
{
   margin-top:0px;
   margin-bottom: 10px;

}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.9em;
   color: #8E1;
   background-color : #000;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:0px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:100%;
}

#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.9em;
   color:#E2A82A; 
   margin-bottom:1em; 

}

/* 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;
}

#photo {
  color:white;
  width:100%;
  background-color:#000;
  border:none;
  margin-top:1.2em;

}

#progress {width:100%;}


span {
    color:#E2A82A;


}