/* Main title */
h1 {
  margin: 5px 0 5px 0;
  padding: 0 0 3px 0;
  font-size: 17px;
  color: #0070BC;
  border-bottom: 1px solid #0070BC;
}

/* Secondary titles */
h2 {
  margin: 0;
  padding: 2px 7px;
  font-size: 12px;
  color: #0070BC;
  background: #FFF300 url('/pics/ots_gradient.png') top left repeat-x;  
}

h3 {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 14px;
}

/* Layout container to help separating standardized content */
.maf-content  {
  margin: 0 5px 10px 10px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  min-height: 435px;
  width: 560px;
  float: left;
}

.required {
  text-decoration: underline;
}

.error { }
.notice { }

p.error  { color: red; }
p.notice { color: green; }

td.order, 
span.order,
div.order  { font-weight: bold; }
span.order { white-space: nowrap }
.odd       { background: #ffffff }
.even      { background: #f3f3f3 }
.selected  { font-weight: bold; }
.disabled  { color: gray; }

.manufacturer {
  font-weight: bold;
}

/* To separate different input's because MSIE
   doesn't support input[type="submit"] etc. */
input.button,
input.submit { }
input.text { }
input.radio { }
input.checkbox { }

#AMFContactInfo {
clear:both;
  width:100%;
  text-align:center;
  font-size:0.9em;
}
