<!--/*--><![CDATA[/*><!--*/

form {
  padding: 0px;
  clear: both;
  margin-bottom: 16px;
}

form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

fieldset {
  background-color: #FFFFFF;
  margin: 40px auto;
  border: 1px solid #EEEEEE;
  -moz-border-radius:1em;
  -khtml-border-radius:1em;
  margin: 0px;
  padding: 0px;
}

fieldset legend {
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  margin-left: 40px;
  padding: 0px;
  color: #990000;
}

fieldset dl {
  margin: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

fieldset dl dt {
  display: inline-block;
  line-height: 2;
  vertical-align: top;
  text-transform: capitalize;
  width: 160px; /* Width of labels */
  font-weight: bold;
  padding: 2px;
  color: #666666;
  float: left;
  clear: left;
}

fieldset dl dd {
  font-weight: bold;
  color: #666666;
  list-style: none;
  line-height: 1.8;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
}

fieldset span {
  color: #999999;
  font-weight: bold;
}

/* Sub Fieldsets */

fieldset label {
  text-align: right;
  padding-right: 8px;
  width: 142px;
  display: block;
}

fieldset fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
  margin-left: 150px;
}

fieldset fieldset dl dt {
  width: 400px;
  text-align: right;
}

fieldset label.required {
  background-image: url(images/redstar.gif);
  background-position: right;
  background-repeat: no-repeat;
}

fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}

fieldset fieldset label {
  display: block;
  width: 170px;
  font-weight: normal;
  text-align: left;
  float: left;
}

fieldset fieldset label {
  /* margin-left: 123px; / * Width plus 3 (html space) */
}

/* Form Controls */

form input,
form textarea,
form select {
  padding:0.15em;
  border:1px solid #DDDDDD;
  background:#fafafa;
  font:bold 0.95em arial, sans-serif;
  -moz-border-radius:0.4em;
  -khtml-border-radius:0.4em;
  color: #999999;
  font-size: 12px;
  margin: 1px;
}

form input:hover,
form input:focus,
form select:hover,
form select:focus,
form textarea:hover,
form textarea:focus {
  border-color:#c5c5c5;
  background:#f6f6f6;
}

form .button {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: bold;
}

form input.radiobutton,
form input.checkbox,
form label input {
  padding: 0px;
  border: 0px solid;
}

/* Invalid Controls */

form input.invalid {
  color: #FF0000;
}

form span.invalid {
  color: #FF0000;
  font-weight: bold;
  padding-left: 20px;
  background-image: url("images/exclamation.png");
  background-repeat: no-repeat;
  padding-bottom: 2px;
}

fieldset table label {
  float: none;
  text-align: left;
  padding-right: 0px;
  width: auto;
  display: inline;
}

fieldset table {
  border: 0px solid;
  clear: none;
  background-color: transparent;
  margin: 0px;
  border: 0px solid;
  padding: 0px;
  width: auto;
}

fieldset table tr th {
  color: #000000;
  text-align: center;
}

fieldset table tr td,
fieldset table tr th {
  padding: 0px;
  padding-left: 2px;
  padding-right: 2px;
  float: none;
  height: auto;
  border: 0px solid !important;
}

/*]]>*/-->
