#groupform, #regform {
  border: 1px solid #8596C1;
  margin: 10px 0px 10px 0px;
  padding: 1px;
}

#groupform h2, #regform h2 {
  background: #42779F;
  font-size: 1.1em;
  color: #fff;
  line-height: 22px;
  border-right: 9px solid #cfe4f0;
  margin: 0px;
  padding-left: 10px;
}

#form-content {
  padding: 15px 12px 15px 12px;
  background: #f1f7fa;
  min-height: 143px;
}
* html #form-content {
  height: 143px;
  he\ight: 113px;
}
* html #form-content p {
  height: 1%;
}
#form-content label {
  margin-right: 15px;
}
#form-content a.button {
  float: right;
  margin-top: 15px;
  margin-left: 10px;
}

#regform #form-content a.button {
  float: none;
  margin-top: 15px;
  margin-left: 156px;
  width: 150px;
  w\idth: 124px;
}

.submitbutton {
  margin: 15px 0 0 156px;
  padding: 3px 15px 5px 11px !important;
  width: 14em !important;
  height: 2em !important;
  background: #cfe4f0 url(/images/button-corner.gif) top right no-repeat;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: 6px solid #42779f !important;
  font-family: verdana;
  font-size: 1em;
  font-weight: bold;
  color: #038;
  text-decoration: none;
  white-space: nowrap;
}

#regform #form-content label {
  float: left;
  text-align: right;
  padding-right: 5px;
  margin: 10px 0px 0px 0px;
  line-height: 20px;
  width: 155px;
  w\idth: 150px;
}
#regform #form-content p.indented {
  padding: 0px 0px 0px 155px;
  margin: 1em 0px 0.5em 0px;
}
#regform #form-content input,
#regform #form-content textarea,
#regform #form-content select {
  border: 1px solid #949fad;
  margin-top: 10px;
  width: 272px;
  w\idth: 270px;
  height: 18px;
  he\ight: 16px;
}
#regform #form-content textarea {
  height: 60px;
}

#regform #form-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#regform #form-content { display: inline-table; }
/* Hides from IE-mac \*/
* html #regform #form-content { height: 1%; }
#regform #form-content { display: block; }
/* End hide from IE-mac */

