/********************/
/*   CONTACT FORM   */
/********************/


#contactus  {
  margin: 20px 60px;
}

#contactus label
{
   font-family : "Roboto", Arial, sans-serif;
   font-size: 0.9em;
   font-weight: 700;
}

#contactus input[type="text"],textarea
{
  font-family : "Roboto", Arial, sans-serif;
  font-size: 1em;
  line-height:140%;
  color : #333; 
  padding : 5px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:350px;
  padding : 5px; 
  margin: 5px 0 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus input[type="submit"], #contactus input[type="reset"]
{
   width:100px;
   height:30px;
  font-size: 1em;
  font-family : "Roboto", Arial, sans-serif;
  font-weight: 400;
   padding-left:0px;
   margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus input[type="submit"]:hover, #contactus input[type="reset"]:hover
{
  opacity: 0.7;
}

#contactus textarea
{
  height:120px;
  width:450px;
  margin: 5px 0 20px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}
