.formElementContainer	{clear: both; width: 100%; overflow: hidden; display: block; margin-bottom: 10px;}
.ratingTable			{clear: both;}
.ratingTable th			{text-align: center;}

.cms_form label {
  clear: left;
}

#content h1	{display: none;}

.formElement-list input	{clear: left!important; width: 30px!important; float: left!important;}
.formElement-list label	{width: 300px!important; float: left!important; clear: none!important;}

.cms_form input, .cms_form select, .cms_form textarea{
  float: left;
}

.cms_form .error {
  float: left;
  clear: left;
  padding-left: 0;
} 

.cms_form .error_inline {
  padding-left: 3px;
  color: red;
}

.cms_form fieldset {
  border: 1px solid #CACACA;
  padding: 10px;
  clear: left;
}

.cms_form legend {
  padding: 0 2px;
  
}

.cms_form span.formCaptchaSection {
  display: block;
  clear: both;
}
.cms_form span.formCaptchaSection .formCaptchaField	{width: 196px; margin: 10px 0;}

p.formCaptchaElements img {
  float: left;
}

p.formCaptchaElements input {
  float: left;
  clear: left;
}

.cms_form .formSubmitButton {
  clear: left;
  float: left;
  margin-left: 150px !important;
}

#formResults {
  width: 50%;
  border: 1px solid #CACACA;
}

#formResults th {
  background: #C0C0C0;
  font-weight: bold;
}

.center {
  text-align: center;
}

td.ratingInput {
 text-align: center  
  
}




td.ratingInput input {
  
  float: none;
  
}
