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


/* the main layout */

#contentForm {
  display: block;
  width: 100%;
}

/* and now the form formatting itself */


.contact_select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
} 

span.required{
  font-size: 12px !important;
  color: red !important;
}

.contactform_padding {
margin: 10px 0px 10px 0px;
}

.errormsg {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  color: red;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
