/*Course search form styling*/
form.cmxform1 fieldset {
  margin-bottom: 5px;
  width: 100%;
  background: url(http://www.shop4training.com/images/1/1/form_bg.gif) left bottom repeat-x;
  border: none;
}
form.cmxform1 legend {
  padding: 0 2px;
  font-weight: bold;
  color:#000000;
}
form.cmxform1 label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
/*Main form styling*/
form.cmxform fieldset {
  margin-bottom: 5px;
  width: 580px;
  background: url(http://www.shop4training.com/images/1/1/form_bg.gif) left bottom repeat-x;
  border:none;

}
form.cmxform_lg fieldset {
  margin-bottom: 5px;
  width: 100%;
  background: url(http://www.shop4training.com/images/1/1/form_bg.gif) left bottom repeat-x;
  border: none;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  color:#000000;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #000000;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
