/* the main layout */

#contentForm {
    padding: 0 10px;
}

/* and now the form formatting itself */
#contentForm label {
  display: block;
  clear: left;
  Width: 500px;
  line-height: 10px;
  margin-bottom: 10px;
  margin: 5px 0;
  font-size: 11px;
}

#contentForm input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 11px;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}

#contentForm input.form-button, input.form-button-alt {
    background:#F18200 none repeat scroll 0 0;
    border:1px solid #DE5400;
    color:#FFFFFF;
    cursor:pointer;
    font-family:arial,sans-serif !important;
    font-size:12px !important;
    font-style:normal !important;
    font-variant:normal !important;
    font-weight:bold !important;
    line-height:normal !important;
    overflow:visible;
    padding:1px 8px;
    text-align:center;
    vertical-align:middle;
    width:auto;
}

#contentForm input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

#contentForm input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url("submit.jpg")/*tpa=https://4nrx-uk.com/libs/css/images/submit.jpg*/ no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

#contentForm span.required{
    font-size: 11px !important;
    color: red !important;
}

#contentForm .errormsg {
    display: block;
    width: 93%;
    height: 22px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: bold;
    background: #FF9D9D url("stop.gif")/*tpa=https://4nrx-uk.com/libs/css/images/stop.gif*/;
    background-repeat: no-repeat;
    background-position: 10px;
    padding: 3px 10px 3px 40px;
    margin: 10px 0;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
}

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