﻿.form {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form .header .links {
  float: right;
  text-align: right;
  width: 30%;
  color: #666666;
}

.form .footer {
  margin-top: 15px;
}

.form .desc {
  font-size: .9em;
  font-style: italic;
  font-weight: normal;
  display: block;
}

fieldset {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border: none;
}

fieldset legend {
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}

fieldset .heading {
  font-weight: bold;
  color: #000000;
  border-bottom: #b0c4de 1px solid;
}

fieldset .footer {
  padding: 3px;
  margin-top: 3px;
}

fieldset ul > li {
  display: block;
  float: left;
  margin-right: 5px;
}

input.button {
  border-right: #000000 2px solid;
  border-top: #000000 1px solid;
  border-left: #000000 1px solid;
  border-bottom: #000000 2px solid;
  padding: 2px 5px 0px 5px;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  background-image: url(images/rowbg.gif);
  color: #000000;
  cursor: hand;
  background-color: #f8f8ff;
  font-size: .9em;
}

.form .button:active {
  background-image: url(images/rowbgrev.gif);
}

ul.fields {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}

ul.fields > li {
  margin-bottom: 8px;
  clear: left;
  float: left;
  width: 100%;
}

ul.horizontal > li {
  clear: none;
  float: left;
  width: auto;
}

ul.fields .label {
  display: block;
  margin-right: 5px;
  font-weight: bold;
  float: left;
  width: 95px;
  font-size: .9em;
}

ul.fields .field {
  display: block;
  float: left;
}

ul.fields .text {
  display: block;
}

ul.fields > li.vertical .label {
  width: 100%;
}

.odd {
  background-color: #fcfcfc;
}

.popup {
  visibility: hidden;
  display: none;
}
