/***********************/
/******** form *********/
/***********************/
input.text, textarea.text, select.text {
  margin: 0px 0px 0px 0px;
  border: 1px solid #646f72;
  border-right: 1px solid #bec3c7;
  border-bottom: 1px solid #bec3c7;
  padding: 1px 2px 1px 2px;
  background-color: #ffffff;
  color: #000000;
  height: 19px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
select.text {
  padding: 0px;
  height: 17px;
}
.form_header {
  border: 0px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin:0px 0px 0px 0px;
  padding:5px;
  text-align: left;
  background-color:#dedede;
}
.form {
  border: 0px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin:0px 0px 10px 0px;
  padding:0px;
  background-color:#f4f4f4;
}
.form td.padding {
  height:10px;
}
.form th,
.form td {
  color:#666;
  font-size:11px;
  line-height:16px;
  vertical-align:top;
}
.form td {
  padding:3px 10px 0 10px;
  font-weight:normal;
}
.form th {
  width:115px;
  padding:5px 0 0 10px;
  text-align:right;
  font-weight:normal;
}
.form td.notes {
  padding:0px 10px 5px 10px;
  text-align:left;
  font-weight:normal;
}
.form .required th,
.form .required td,
.form .requirederror th,
.form .requirederror td {
  font-weight:bold;
}
.form .error th,
.form .error td,
.form .requirederror th,
.form .requirederror td {
  color:#cc0000;
  font-weight:bold;
}
.form .required td {
  background:url(/images/required.gif) 3px 5px transparent no-repeat;
}
.form .requirederror td {
  background:url(/images/required_error.gif) 3px 5px transparent no-repeat;
}
.form .header th {
  font-weight:bold;
  text-align:left;
}
.buttons {
  margin:20px 2px 0 0;
  text-align:right;
}
.form .extra {
  font-weight:normal;
}