/* Main title */
h1 {
  color: #006699;
  font-size: 14px;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0 0 0 5px;
}

/* Secondary titles */
h2 {
  margin: 0;
  padding: 3px 0 3px 5px;
      /* _padding: 3px 5px; */
  color: white;
  font-size: 12px;
  text-align: left;
  background: white url('/pics/sisalto_ots_tausta.gif') top left repeat-x;
  border: 1px solid #006699;
}

h3 {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
}

/* Layout container to help separating standardized content */
.content  {
  margin: 8px 8px 8px 8px;
  background-color: white;
  clear: both;
  width: 741px;
}

.required {
  text-decoration: underline;
}

.error { }
.notice { }

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

.order    { font-weight: bold; }
.odd      { background: #fff; }
.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.submit {
  color: black;
  background-color: white;
  border: 1px outset #686868;
  padding-left: 3px;
  padding-right: 3px;
}
input.text {
  color: black;
  background-color: white;
  border: 1px inset #686868;
}

input.radio {
}

input.checkbox {
}

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