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

#contactform .gorshok_meda { display:none;}
#contactform  span {color:#993333;}

#contactform fieldset
{
   width:370px;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#contactform legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.2em;   
   color:#333;
}

#contactform label
{
   font-family : Arial, sans-serif;
   font-size:0.9em;
   font-weight: bold;
}
#contactform label.interest
{   
   font-weight: normal;
   font-size:0.9em;
}

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

}

#contactform input[type="text"]
{
  height:16px;
  width:220px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;  
  
}
#contactform input[type="text"].characters_left {
  
width:50px;}

#contactform input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactform textarea
{
  height:120px;
  width:300px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactform input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #333;
  background-color : #ffffcc;  
}

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


#contactform .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   color:#333;   
}

