/*
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;
   margin-top:2em;
   margin-bottom:3em;
   width:40%;
border:none;
 
}

#contactus legend, h2
{
   margin-top:10px;
    font-family : Arial, sans-serif;
   font-size: 1.4em;
   font-weight:bold;
   color:#fff;


}

#contactus label
{
   font-family : Arial, sans-serif;
   font-size:1em;
   font-weight: bold;
   color:#fff;
   padding:10px;

}


#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 1em;
  line-height:140%;
  border : 2px #5cb85c;
  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;
color:black;

  
}

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

#contactus input[type="submit"]
{
   width:100%;
   height:45px;
   margin-top:1em;
   padding-left:0px;
   background-color:#999;
   color:#FFF;
   font-size:1.3em;

}
#container1 {
  width:100%;
  position:relative;
  margin:0 auto;
  
  }

  #contactus input{
     -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
   border-radius: 10px;
   font-size:1.3em;
  }

#contactus input:hover[type="submit"]
{
    width:100%;
   height:45px;
   margin-top:1em;
   padding-left:0px;
   background-color:rgb(68, 68, 68);
   color:#FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
   border-radius: 10px;
   font-size:1.3em;
   
}
#contactus input:focus[type="submit"]
{
  background-color:#555;
  color:#fff;

}

.button_reset
{
   width:100%;
   height:45px;
   margin-top:1em;
   padding-left:0px;
   background-color:#999;
   color:#FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
   border-radius: 10px;
   font-size:1.3em;
   border:0;
   outline:none;
  
}

.button_reset:hover
{
   background-color:rgb(68, 68, 68);
   margin-top:1em;
   color:#CCC;
   width:100%;
   height:45px;
   padding-left:0px;
   font-size:1.3em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
   border-radius: 10px; 
    border:0;
   outline:none;
  
}

.button_reset:focus{
   background-color:#555;
  color:#fff;
   border:0;
   outline:none;
 
}

#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 #272;
  background-color: #F4F4F4FF;
  font-weight:bold;

}

#contactus .container
{
   margin-top:0px;
   margin-bottom: 10px;

}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.9em;
   font-weight:bold;
   color: #5cb85c;
 
}

#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;
   font-weight:bold;
   color:#5cb85c;
   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%;}

/* Change the white to any color ;very important for the contact-form) */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    /*use inset box-shadow to cover background-color*/
    -webkit-text-fill-color: #000 !important;
    font-weight:900;

    /*use text fill color to cover font color*/
}

