div.formitem {
  float: left;
  width: 100%;
  padding: 2px 0px;
}
div.formitem.required {
  background: url(../graphics/asterix.png) no-repeat 420px 5px;
}
div.formitem.textarea.required {
  background: url(../graphics/asterix.png) no-repeat 620px 5px;
}
div.formitem label {
  float: left;
  width: 200px;
  font-size: 14px;
  padding-top: 3px;
}
div.formitem.error label {
  color: #661a49;
  color: #a3427f;
  font-weight: bold;
}
div.formitem textarea {
  border: none;
  float: left;
  width: 392px; 
  height: 172px;
  padding: 4px;
  background: url(../graphics/textarea_bg.png);
  font-size: 13px;
}
div.formitem.text input {
  border: none;
  width: 192px;
  height: 16px;
  padding: 4px;
  background: url(../graphics/input_bg.png);
  font-size: 13px;
}
input.submit {
  border: none;
  width: 150px;
  height: 30px;
  background: url(../graphics/button_bg.png);
  font-size: 13px;
  color: #fff;
  margin-left: 50px;
  margin-top: 10px;
  cursor: pointer;
  cursor: hand;
}
a.button {
  border: none;
  width: 150px;
  height: 30px;
  padding-top: 8px;
  height: 22px;
  background: url(../graphics/button_bg.png);
  font-size: 13px;
  color: #fff;
  margin-right: 50px;
  margin-top: 30px;
  cursor: pointer;
  cursor: hand;
  float: right;
  text-align: center;
  text-decoration: none;
}
div.formitem.checkbox {
  margin-top: 10px;
}
.checkbox label {
  width: 380px !important;
}
.checkbox input {
  float: left;
  margin-right: 10px;  
}

