﻿/* form.css */

form div fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px 5px 10px 5px;
  margin: 0 0 0 0;
  width:400px;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}


label u {
  font-style: normal;
  text-decoration: underline;
}

textarea {
  overflow: auto;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 5px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 100%;
}

form 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: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
  text-align:left;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div.input fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 5px 8px 5px;
  padding: 0 5px 5px 5px;
  width: 145px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset {
  font-weight: bold;
}

form div.required label, form div.optional label {
width: 7em;
float: left;
padding: 4px 3px 0px 0px;
text-align: right;
margin-right: 0.5em;
display: block;
}

form div.input label {
width: 3em;
float:none;
padding:1px;
text-align: left;
}

form div.optional {
  font-weight: normal;
}

form div.required {
  font-weight: bold;
}

.submit
{
	color:Black;
}

.inputText
{
	width:125px;
}

.inputTextLong
{
	width:275px;
	height:150px;
}