/*--- FORM STYLE ---- */

body {
  font-family: tahoma, arial, verdana, sans-serif;
  background-color: #ffffff;
  color: #000000;
  margin: 0px 0px 0px 0px;
  font-size: 75%;
}

p {
  font-family: tahoma, arial, verdana, sans-serif;
  color: #000000;
  margin: 0px 0px 20px 0px;
}



h4 {
  font-family: arial, verdana, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 10px 0px;
}



hr {
  background-color: #000000;
  border-style: none;
  border-color: #000000;
  color: #000000;
  height: 1px;
  margin: 5px 0px;
  margin: expression('0px');
}

form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  min-width: 560px;
  max-width: 620px;
  width: 590px;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0px 0px 0px;
  border-style: solid none none none;
  padding: 10px;
  margin: 0px 0px 0px 0px;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px;
}

label {
  font-size: 100%;
}


input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;

}

input.inputText {background-color: #FFFFFF }
select.pink {font-weight: bold;}


textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 354px;
  height: expression('1%');
  margin: 5px 0px 0px 0px;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 166px;
  height: auto;
  margin: 0px 0px 10px 0px;
  padding: 5px;
  border: 2px solid #E9EC5B;
  background-color: #FFFF80;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes1 {
  float: left;
  width: 350px;
  height: auto;
  margin: 0px 0px 10px 0px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0px 3px 27px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0px 0px 0px 142px;
  padding: 0px 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0px 3px 0px 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0px 0px 5px 0px;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div input, form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0px 0px 0px 0px;
}

form div input.inputFile {
  width: 211px;

}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div.submit {
  width: 214px;
  padding: 0px 0px 0px 140px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0px;
  margin: 0px;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #FFFFFF;
  color: #000000;
  width: auto;
  padding: 0px 6px;
  margin: 0px;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0px 0px 0px 5px;
  background-color: #FFFFFF; font-weight: bold; font-size: 12px; color: white;
}

form div small {
  display: block;
  margin: 0px 0px 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}

input.red {}


#mainbody
{
	LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100px; min-width: 600px
}

#middle1 {
	MARGIN-TOP: 2%; LEFT: 13%; WIDTH: 70%; POSITION: relative; TOP: 210px; min-width: 360px
}

#footer1
{
LEFT: 5%; MARGIN: 1% 0px 0px 1%; WIDTH: 70%; padding-top:150px;
}

.style3 {font-family: Tahoma; font-size: 11px; color: #990000; }

.error {
  font-family: Tahoma;
  font-size: 8pt;
  color: red;
  margin-left: 3px;
  display:none;
  }

  #errorMessage {
   width:240px;
   margin: 10px;
   border: 1px solid #ff9900;
   color: yellow;
   padding: 10px;
   background-color: #ff3300;
   font-weight: bolder;
   -moz-border-radius: 7px;
}

.smallLink{
font-family: Tahoma; font-size: 15px; color: #FFFFFF; text-decoration:none;
}
