/***********************/
/***** form elements ***/
/***********************/
form {
  margin:0;
  padding:0;
}
input.tiny,
input.sm,
input.med,
input.lg,
input.xl,
input.xxl,
input.date,
input.search,
textarea.xsm,
textarea.sm,
textarea.med,
textarea.lg,
textarea.xl,
input.browse {
  margin:0;
  padding:0 2px;
  color:#000;
  background:#989898;
  border:1px solid #B2B2B2;
}
input.tiny   { width:30px; }
input.sm     { width:45px; }
input.med    { width:160px; }
input.lg     { width:250px; }
input.xl     { width:400px; }
input.xxl    { width:500px; }
input.date   { width:75px; }
input.search { width:200px; padding:0 2px; }
textarea.xsm  { width:165px; height:75px;  overflow:auto; }
textarea.sm  { width:210px; height:75px;  overflow:auto; }
textarea.med { width:250px; height:75px;  overflow:auto; }
textarea.lg  { width:350px; height:150px; overflow:auto; }
textarea.xl  { width:350px; height:250px; overflow:auto; }
select.med   { width:180px; }
select.lg    { width:250px; }
select.tall  { height:100px; }
input.btn_primary,
input.btn_secondary {
  font-size:11px;
  font-family:verdana, sans-serif;
  font-weight:bold;
}
input.btn_secondary {
  font-weight:normal;
}
input.browse {
  font-size:11px;
}
select {
  font-size:12px;
  font-family:verdana, sans-serif;
  vertical-align:middle;
  color:#000;
  background:#989898;
  border:1px solid #B2B2B2;
}
select.fixed-width {
  font-family:courier;
}
input {
  font-size:13px;
}
textarea {
  font-family:verdana, sans-serif;
	font-size:12px;
}
input.checkbox {
  vertical-align:middle;
}
input.radio {
  vertical-align:-3px;
}

/***********************/
/***** form ************/
/***********************/
div.form {
  margin:0 auto;
  padding:10px;
  background-color:#000;
}
table.form {
  margin:0 auto;
  background-color:#000;
}
table.form th,
table.form td {
  font-size:11px;
  color:#fff;
  line-height:16px;
  vertical-align:top;
}
table.form td {
  padding:3px 0 0 11px;
  font-weight:normal;
}
table.form th {
  padding:4px 0 0 0;
  text-align:right;
  font-weight:normal;
}
table.form .required th {
  font-weight:bold;
}
table.form .error th {
  color:#c00;
  font-weight:bold;
}
table.form .required td {
  background:url(/images/field_required.gif) 3px 4px transparent no-repeat;
}
table.form .error td {
  background:url(/images/field_error.gif) 3px 4px transparent no-repeat;
}
table.form .error td input,
table.form .error td textarea,
table.form .error td select {
  border:1px solid #c00;
}
table.form .caption th,
table.form .caption td,
table.form div.caption,
table.form span.caption,
table.form .required_notice td {
  color:#b2b2b2;
  font-size:10px;
}
table.form .required_notice td a {
  color:#b2b2b2;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
}
table.form .required_notice td a:hover {
  color:#F8530F;
}
table.form .buttons td input {
	margin:10px 5px 0 0;
}
table.form .section_title th {
  font-size:14px;
  font-weight:bold;
  text-align:left;
}
table.form .section_title2 th {
  font-size:14px;
  font-weight:bold;
  text-align:left;
  background:#2c2c2c;
  margin:0px;
  padding:0px;

}
table.form .section_title2 th .section-label{
  color:#fff;
  font:bold 12px/20px verdana, sans-serif;
  padding-left:5px;
  float:left;
}
table.form .spacer {
  line-height:5px;
}
/***********************/
/***** misc ************/
/***********************/
p.privacy {
  color:#888;
  font:normal 11px/18px verdana, serif;
}
p.privacy a {
  color:#888;
  font:bold 11px/18px verdana, serif;
}