.group {
  border-bottom: 0px solid #EEEEEE;
  margin-bottom: 0px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
}

.detail {
  font-size: 8pt;
  font-weight: normal;
  color: #666666;
}

input, select, textarea {
  border: 1px solid #CCCCCC;
  padding: 2px;
  margin-top: 3px;
  margin-bottom: 10px;
}

input.checkbox {
  border: 0px;
  margin-bottom: 0px;
}

textarea {
  width: 294px;
  height: 250px;
}

.vLarge {
  width: 400px;
}

.large {
  width: 300px;
}

.medium {
  width: 220px;
}

.small {
  width: 140px;
}

.vSmall {
  width: 80px;
}

.formButton {
  display: block;
  color: #FFFFFF;
  font-size: 1.2em;
  border: 1px solid #CCCCCC;
  background-image: url(images/formButtonBg.gif);
  background-repeat: repeat-x;
  background-position: 50% 57%;
  cursor: pointer;
  padding: 2px 10px;
}
