/* #theform.css */

* {
  margin: 0;
  padding: 0;
}

#theform {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 560px;
  max-width: 620px;
  width: 500px;
}

#theform fieldset {
  clear: both;
  width:500px;
  font-size: 100%;
  border-color: #e4e4e4;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  padding: 10px;
  margin: 0 0 0 0;
}

#theform fieldset legend {
  font-size: 120%;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}




#theform div {
  clear: left;
  display: block;
  width: 380px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

#theform fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #eeeeee;
  color: #ffffff;
  font-size: 88%;
}

#theform fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #ffffff;
  font-size: 110%;
}

#theform fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

#theform fieldset div.notes p.last {
  margin: 0em;
}

#theform div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

#theform div fieldset legend {
  font-size: 14pt;
  padding: 0 3px 0 9px;
}

#theform div.required fieldset legend {
  font-weight: bold;
}

#theform div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

#theform div.optional label, label.optional {
  font-weight: normal;
  color:#ffffff;
}

#theform div.required label, label.required {
  font-weight: bold;
}


#theform div img {
  border: 1px solid #000000;
}

#theform div select, #theform div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

#theform div input.inputText, #theform div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

#theform div input.inputFile {
  width: 211px;
}



#submitbutton {
width:90px;
background-color:#021215;
color:#ffffff;
padding: .2em 0 .2em 0;
border: none;
font-size: 11px;
font-weight: normal;
cursor:pointer;
border: 1px solid #CCC;
}

#submitbutton:hover {
	background-color: #52534e;
}
