@charset "UTF-8";
/* CSS Document */

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  margin: 0;
  background-image: url(../images/sdlogo.gif);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: right top;
}

h2 {
 margin-left: 5px; 
  color: #544021;
}
fieldset {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 -1em 0;
  padding: 0 0 1em 0;
  border-style: none;
  border-top: 1px solid #BFBAB0;
  background-color: #EEEEEE;
}

fieldset.alt {
  background-color: #E0E0E0;
}

legend {
  padding: 0;
  color: #544021;
  font-weight: bold;
}

legend span {
  position: absolute;
  left: 0.74em;
  top: 0;
  margin-top: 0.2em;
  font-size: 135%;
  font-family:Arial, Helvetica, sans-serif;
}

fieldset ol {
  padding: 2em 1em 0 1em;
  list-style: none;
}

fieldset li {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 1em;
}

fieldset li span {
  color:#666;
  margin-left: 5px;
}

fieldset.submit {
  float: none;
  width: auto;
  padding-top: 1.5em;
  border-style: none;
  padding-left: 12em;
  background-color: #ffffff;
}

label {
  position: relative;
  float: left;
  width: 9em;
  margin-right: 1em;
  text-align: right;
}

label em {
  position: absolute;
  left: 9em;
  top: 0;
}

.msg {
  font-size:12px;
  color:#F00;
  margin-left: 5px;
}