.contact-form { text-align:left; position:relative;}
.contact-form input, .contact-form select, .contact-form textarea{width:90%; margin-bottom:8px; padding:3px; font-size:1em; font-family:Arial, Helvetica, sans-serif}
.contact-form input, .contact-form select {height:22px; line-height:22px;}
label {
  
  width:120px; font-size:90%;
  margin-right:0.5em;
  padding:2px;	
  text-align:left;
  color:#000;
  
  }
.frminput {background:#FFF;	border:1px  #CCC solid; overflow:hidden; padding:8px 2px 0px 8px;  margin-top:12px;}
#send-button {height:35px;}

.required, .spam {border:solid 1px #ff0000;}
.correct {border:solid 1px #00ff00;}
.mark{height:21px; width:21px; display:block; float:right; border:1px #CCC solid;}
.mark-correct {background:url(../images/checkmark.png) no-repeat;}
.mark-required {background:url(../images/crossmark.png) no-repeat;}
.submit {margin-left:125px; width:240px; height:30px; margin-top:25px;}

#submit, #clear_form {width:48%;height:40px; margin: 2px; }
#spam {width:90px; margin-left:5px;}
.error {background:#c50a00 url(../images/mainmenu-bg.png) repeat-x; color:#fff; margin:0;}
#form-error-box {display:none; width:400px; height:130px; border:5px  #c50a00 solid; background:#f1f1f1; position:fixed; left:50%; margin-left:-200px; top:25%; padding:10px; text-align:center; color:#000;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
}
.clear {clear:both; margin-top:10px;}
.thank-you {border:1px #333 solid; padding:10px; background:#f1f1f1;}

@media screen and (max-width: 1020px) {

#submit, #clear_form {width:47.4%; }
#spam {width:70px; margin-left:3px;}
.contact-form input, .contact-form select, .contact-form textarea{width:88%;}
}
@media screen and (max-width: 850px) {
.contact-form input, .contact-form select, .contact-form textarea{width:86%;}	


}


@media screen and (max-width: 780px) {
#submit, #clear_form {width:47%; }
.contact-form input, .contact-form select, .contact-form textarea{width:80%;}


}
@media screen and (max-width: 500px) {


}
@media screen and (max-width: 360px) {


}