/* Main title */
h1 {
  color: black;
  font-size: 14px;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0 0 0 2px;
  lette-spacing: 0.1ex;
}

/* Secondary titles */
h2 {
  color: #CD0000;
  background-color: #F8EB15;
  font-size: 12px;
  text-align: left;
  margin: 0;
  padding: 3px 5px;
  
  border-top: 1px solid white;
  border-left: 1px solid white;
}

h3 {
  font-size: 12px;
  padding: 0 0 0 0;
  margin: 0 0 0 10px;
  letter-spacing: 0.1ex;
}

/* Layout container to help separating standardized content */
.content  {
  clear: both;
  margin: 0;
  padding: 10px 10px 10px 10px;
  border-top: 1px solid #C7B93B;
  border-right: 1px solid #C7B93B;
  background-color: white;
}

.required {
  text-decoration: underline;
}

.error { }
.notice { }

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

td.order, 
span.order,
div.order  { border: #ccc solid 1px; padding: 1px; }
span.order { white-space: nowrap }
.odd       { background: #ffffff }
.even      { background: #ededed }
.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.text {
  color: black;
  background-color: #F2F0E9;
  border: 1px inset black;
  padding: 0 2px;
}

input.submit {
  color: white;
  background-color: #DF1E26;
  border: 1px outset black;
  padding: 0 3px;
}

input.radio { }
input.checkbox { }

select {
  color: black;
  border: 1px inset black;
  background-color: #F2F0E9;
}

#AMFContactInfo {
width:100%;
  text-align:center;
}