#errorBox{
	position: absolute;
	width: 200px;
	height: auto;
	visibility: visible;
	top: 200px;
	left: 600px;
}

.errorBoxInstuct, .errorBoxFieldName, .errorBoxBullet{
	font-size: 8pt;
}

.errorBoxInstuct{
	margin: 5px 5px 0 2px;
}

.errorBoxFieldName{
	margin-left: 13px;
	padding-left: 0;
	font-weight: bold;
}

.errorBoxBullet{
	margin: 0 5px 0 20px;
	padding-left: 0;
	color: #FF0000;
	font-weight: normal;
}		
				
p.form_note{
	margin: 0 20px 0 0;
	float:right;
}
/*

*/
form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #666666;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 20px 15px 15px;

}

form fieldset legend {
  font-size: 110%;
  font-weight: normal;
  color: #000000;
  margin: 5px 5px 5px 5px;
  padding: 0px 5px 0px 5px;
}

form fieldset div.notes {
  float: right;
  width: 175px;
  height: auto;
  margin: 0 10px 3px 10px;
  padding: 0 5px 5px 5px;
  border: 1px solid #666666;
  background-color: #ffffe0;
  color: #666666;
  font-size: 75%;

}

form>fieldset div.notes{
	font-size: 80%;
}

form fieldset div.notes h4 {
  background-image: url(http://www.southwesthomesltd.com/new/images/icons/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 2px 0 6px 25px;
  margin: 2px 5px 3px 0px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 100%;
}

form fieldset div.notes p {
  text-align: left;
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}



.required, .optional, .required_auto_height, .optional_auto_height {
	margin: 1px 0px 1px 10px;
	width: 500px;
	/*
	border: 1px dotted #CCCCCC;
	*/
}

.required, .optional{
	height:25px;
}

.required_auto_height, .optional_auto_height {
	height: auto;
}

.required label, .optional label, .required_auto_height label, .optional_auto_height label{
	margin: 0;
	padding: 0;
	width: 120px;
	text-align: left;
	float: left;
}

.required label{
    font-weight:bold;
}


div.input{
	margin: 0 0 0 0;
	padding: 0;
	width: 195px;
	float: left;
}

div.date{
	margin: 0 0 0 0;
	width: 195px;
	float: left;
}

/**/
div.textarea{

}

/*

*/
.required_auto_height textarea, .optional_auto_height textarea{
	margin: 0;
	padding: 0;
	float: left;
}

div.error{
	margin: 0 0 0 0;
	display: block;
	width: 25px;
	float: left;
	vertical-align: middle;
	padding: 4px 0 0 5px;
}

p.error{
	margin:  0px 0px 0px 20px;
	font-weight:bold;
	color:#FF0000;
}

br{
	clear:left;
}


