/* custom modal changes */
#post-jobs-modal {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* the image at the top of the modal */
#signup-modal-image-1 {

}

/* .modal-transparent */
.modal-backdrop.modal-backdrop-transparent {
  background-color: #e6e6e6;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
#post-jobs-modal input,
#post-jobs-modal select {
  color: #304953;
}
#post-jobs-modal input {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.contact-frm-box .row-fluid {
  margin-bottom: 20px;
}
.fine-print {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 5px;
}
.fine-print a {
  color: #dd4322;
}