@charset "utf-8";
/* CSS Document */

.quick-contact { float:left; width:100%;  }

#contactus  {  width:100%; float:left; }


#contactus .input-section { width:100%; float:left; padding:0 0 0px 0; margin: 0 0 10px 0; }


#contactus label { float:left; width:100%; padding:0 0 2px 0; margin:0; font-size:14px; line-height:20px; color:#000;  font-weight:normal; }

#contactus input[type="text"] {  /*height:30px;*/ }


#contactus input[type="text"],textarea, select { resize:none;
  line-height:140%;
  font-size:13px;  
  color : #3e4096; 
  padding : 5px 10px; 
  border : 1px solid #bababa;
  width:100%;
}


#contactus .textarea-section { width:100%; float:left; padding:0px 0px; margin: 0 0 10px 0; }


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


#contactus input[type="submit"] { float:right;  /*width: 80px;*/ font-family: 'open_sansregular';
  color:#fff;
  background-color: #3f3e3e;
  border-radius: 1px;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 10px;
  text-transform: uppercase;
  border:solid 1px #dddddd;
  outline:none;
  transition: all 0.5s ease-in-out 0s;
}   


#contactus input[type="submit"]:hover{ float:right;/*  width: 80px;*/ font-family: 'open_sansregular';
  color:#fff;
  background-color: #3ea5da;
  border-radius: 1px;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 10px;
  text-transform: uppercase;
  border:solid 1px #dddddd;
  outline:none;
  transition: all 0.5s ease-in-out 0s;
}
#contactus input[type="button"] { float:right;  /*width: 80px;*/ font-family: 'open_sansregular';
  color:#fff;
  background-color: #3f3e3e;
  border-radius: 1px;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 10px;
  text-transform: uppercase;
  border:solid 1px #dddddd;
  outline:none;
  transition: all 0.5s ease-in-out 0s;
}   


#contactus input[type="button"]:hover{ float:right;/*  width: 80px;*/ font-family: 'open_sansregular';
  color:#fff;
  background-color: #3ea5da;
  border-radius: 1px;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 10px;
  text-transform: uppercase;
  border:solid 1px #dddddd;
  outline:none;
  transition: all 0.5s ease-in-out 0s;
}   
   
#contactus .error
{
   color: #f00;
   background-color : #fff;
}

