/* === === === === === === === === === === === === ===
CU Contact
Copyright 2009 Mark Leong (http://www.markyleong.com)
Written for University of Birmingham Christian Union
=== === === === === === === === === === === === === */

#contact-wrapper { width: 100%; border: 1px solid #e2e2e2; background: #fea; margin: 1em 0; }
#contact-wrapper form { text-align: left !important; }
#contact-wrapper div {  clear: both; margin: 1em; padding: 1em 0 0 0; }
#contact-wrapper label { font-size: 1.2em; display: block; float: none; width: auto; margin-bottom: 5px; }
form#contactform select {
  border-color: #B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-size: 16px;
  height: 26px;
  vertical-align: middle;
  width: auto;
  float: left;
}
form#contactform input {
  border-color: #B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  font-size: 16px;
  color: #333;
}
form#contactform input.text { width: 50%; float: left; }
form#contactform input.submit { clear: both; display: block; cursor: pointer; font-weight: bold; }
form#contactform textarea {
  font-family: Verdana, sans-serif; padding: 5px; width: 70%; float: left;
  border-color: #B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7; border-style: solid; border-width: 1px;
}

input.error, textarea.error, select.error { border: 1px solid red !important; }
#contact-wrapper div label.error { float: left; line-height: 30px; display: block; margin: 0 1em; color: #666; }

#contact-wrapper .b-alert {
  margin: 1em; background: url('/wp-content/plugins/cu-contact/tick.png') no-repeat left center;
  padding-left: 22px;
}

#contact-wrapper .b-error {
  margin: 1em; background: url('/wp-content/plugins/cu-contact/exclamation.png') no-repeat left center;
  padding-left: 22px;
}

#contact-wrapper .b-message { margin: 1em; }

#contact-wrapper input.text:focus { border-color: #d4aa00; }
#contact-wrapper textarea:focus { border-color: #d4aa00; }
