form.cmxform fieldset {
  background: transparent url(../_imgs/form-gradient.jpg) repeat scroll 0 0;
  width: 740px;
  border: 2px solid #ccc;
  margin: 25px 0 10px 5px;
  position: relative;
}

form.cmxform fieldset h2 {
  font-size: 16px;
  margin-left: 25px;
  color: #222;
}
form.cmxform legend {
  height: 30px;
  width: 419px;
  font-size: 0;
  color: #cc0000;
  padding: 0 2px;
  font-weight: bold;
  margin-bottom: 10px;
}
* html form.cmxform legend, 
*+html form.cmxform legend {
  margin-top: -15px;
  margin-bottom: 20px;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0 0 0 50px;
  padding: 0;
  width: 400px;
  color: #222;
}
* html form.cmxform fieldset ol, 
*+html form.cmxform fieldset ol {
  margin-left: -50px;
}
.the-form form.cmxform fieldset ol, 
.the-form form.cmxform fieldset ul{
  list-style: none;	
  margin-left: 20px;
  padding-bottom: 25px;
  float: left; 
}
* html .the-form form.cmxform fieldset ol, 
*+html .the-form form.cmxform fieldset ul{
  margin-left: 0px;
}
form.cmxform fieldset ol li ul li {
  list-style: disc;
  color: #222;
}
form.cmxform fieldset ul li {
  list-style: none;
  padding: 5px;
  margin: 0;
  color: #222;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
* html form.cmxform fieldset fieldset, 
*+html form.cmxform fieldset fieldset {
  margin-top: 15px;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
.the-form form.cmxform fieldset .file-upload{
  width: 175px;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
  font-size: 10px;
}
form.cmxform label {
  width: 150px;
  text-align: right;
  padding-right: 15px;
  font-size: 12px;
  line-height: 14px;
  color: #333;
}
* html form.cmxform label, 
*+html form.cmxform label {
  width: 175px;
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.cmxform textarea {
  margin-bottom: 25px;
}

form.cmxform select {
  background: #fff;
  font-size: 12px;
  color: #333;
}

form.cmxform fieldset .submitButton input {
  background:url(../_imgs/submit.jpg) no-repeat;
  cursor:pointer;
  width: 94px;
  height: 24px;
  border: none;
  position: absolute;
  left: 400px;
  bottom: 0px;
}

form.cmxform fieldset .contest-submitButton input {
  background:url(../_imgs/contest/submit.jpg) no-repeat;
  cursor:pointer;
  width: 94px;
  height: 24px;
  border: none;
  position: absolute;
  left: 315px;
  bottom: 0px;
}

img.show-us-photo {
  position: absolute;
  top: 25px;
  right: 35px;
  height: 300px;
  width: 300px;
}