#contact-container {
  width: 667px;
  margin: 0 auto;
}
#contact-container div.top {
  background: url(/images/new_css/contact_bg_top.jpg) left top no-repeat;
  width: 667px;
  height: 30px
}
#contact-container div.strech {
  background: url(/images/new_css/contact_bg_stretch.jpg) left top repeat-y;
  width: 667px;
  height: 30px
  font: normal 100% Verdana;
}
#contact-container div.bottom {
  background: url(/images/new_css/contact_bg_bottom.jpg) left top no-repeat;
  width: 667px;
  height: 30px
}
#contact-container div.strech h1 {
  margin: 0 10px 10px 30px;
  padding: 0;
}
.input-row {
  float: left;
  width: 600px;
  margin: 0 0 0 30px;
}
.titles-container {
  width: 40%;
  padding: 3px 0 13px 18px;
  float: left;
}
.titles-container-mandatory {
  width: 40%;
  padding: 3px 0 13px 18px;
  background: url(/images/new_css/required_icon.gif) 0 4px no-repeat;
  float: left;
}
.inputs-container-container-large {
  float: left;
  width: 220px;
  border: none;
}
.inputs-container-long {
  width: 220px;
  height: 23px;
  background: url(/images/new_css/registration_input_long.gif) left top no-repeat;
  border: none;
  padding: 2px 1px 1px 2px;
  overflow: hidden;
}
.registration-input-long {
  width: 216px;
  height: 20px;
  border: none;
  background: #FFF;
}
.inputs-container-medium {
  width: 155px;
  height: 23px;
  background: url(/images/new_css/registration_input_medium.gif) left top no-repeat;
  border: none;
  padding: 2px 1px 1px 2px;
  overflow: hidden;
}
.registration-input-medium {
  width: 151px;
  height: 20px;
  border: none;
  background: #FFF;
}
.inputs-container-short {
  width: 80px;
  height: 23px;
  background: url(/images/new_css/registration_input_short.gif) left top no-repeat;
  border: none;
  overflow: hidden;
  padding: 2px 1px 1px 2px;
}
.registration-input-short {
  width: 76px;
  height: 20px;
  border: none;
  background: #FFF;
}
.inputs-container-large {
  width: 220px;
  height: 80px;
  background: url(/images/new_css/registration_input_large.gif) left top no-repeat;
  border: none;
  overflow: hidden;
  padding: 2px 1px 1px 2px;
}
.registration-input-large {
  width: 216px;
  height: 77px;
  border: none;
  background: #FFF;
}
.inputs-container-none {
  width: 100%;
  padding: 2px 0 4px;
}
.inputs-container-none .checkbox {
  width: 18px;
  float: left;
}
.inputs-container-none .checkbox-text {
  width: 196px;
  padding: 1px 0 0 3px;
  float: left;
}
.inputs-container-none input.radiobutton {
  margin-left: -1px;
  vertical-align: middle;
}
.inputs-container-none .radiobutton-text {
  margin-left: -5px;
  padding: 1px 15px 0 3px;
}
.registration-small-font {
  font: normal 86% Verdana;
}
.registration-info-container {
  width: 220px;
  padding: 1px 0 4px 22px;
  background: url(/images/new_css/registration_info.gif) left top no-repeat;
  font: normal 86% Verdana;
  text-align: left;
}
.registration-error-container {
  width: 220px;
  padding: 1px 0 4px 22px;
  background: url(/images/new_css/registration_warning.gif) left top no-repeat;
  font: normal 86% Verdana;
  color: #F3830B;
  text-align: left;
}
.button-container {
  text-align: center;
  padding-top: 20px;
}
#button {
  width: 82px;
  height: 23px;
  background: url(/images/new_css/button_bg.gif) left top no-repeat;
  border: none;
  color: #333;
}
#button:hover {
  color: #666;
  padding-top: 2px;
  cursor: hand;
}

