fieldset {
	clear: both;
	border-color: #D06556;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	padding: 5px 0px 0px 15px; /* 5px to clear the legend and 20px for the top line to the left of the legend */
	margin: 10px 0px 0px 0px;
}
fieldset > legend {
	font-size: 120%;
	font-weight: normal;
	color: #D06556;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
}
.notes {
	float: right;
	width: 158px;
	height: auto;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #f2e5e5;
	color: #666666;
	font-size: 80%;
}
.notes h1, .notes h4 {
	padding: 0px 0 3px 0px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	font-size: 110%;
}
.notes p {
	margin: 0.7em 0em 0em 0em;
	line-height: 1.4em;
}
fieldset > div {
	clear: left;
	padding: 0 0 5px 10px;
	margin: 0 0 5px 0;
	float:left;
	width:400px;
}
form div label {
	display: block;
	float: left;
	line-height:1.2em;
	margin-right: 10px;
	margin-top: 4px;
	padding-right: 20px;
	width: 150px;
}
label {
	color:#666666;
}
input, select, textarea {
	color: #000000;
}
textarea {
	overflow: auto;
}
input, select, textarea {
	width: 200px;
	padding: 1px 3px 1px 3px;
	margin: 0 0 0 0;
}
select {
	width: 210px;
}
form > fieldset > p {
	clear:both;
}
form div.CheckBox {
	margin-left: 170px;
	width: 303px;
}
form div.CheckBox label {
	margin-left: 30px;
	margin-right: 0;
	padding-right: 0;
	text-indent: -20px;
	width: 200px;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
	width: 14px;
	background-color: transparent;
	border-width: 0;
	padding: 0 0 0 0;
	margin: 0 6px 0 0;
}
div.required label {
	background-image:url(../images/flag.gif);
	background-position:top right;
	background-repeat:no-repeat;
	font-weight: bold;
}
/* ------------------------------------------------------- error message display  */
p.error {
	background-color: #FFFFFF;
	background-image: url(/images/error.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #FF0000;
	margin: 0 0 0 200px;
	padding: 0px 0px 0px 15px;
}
form div.error {
	background-color: #ffffe1;
	color: #666666;
	border: 1px solid #CC0000;
}
form div.error p.error {
	background-color: transparent;
	border-style: none;
	font-size: 88%;
	margin: 0 0 0 180px;
	width: 288px;
	color: #DD0000;
}
/* ------------------------------------------------------- Submit Buttons */
input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #D06556;
	color: #FFFFFF;
	width: auto;
	padding: 0 6px;
	margin-right: 20px ;
}
fieldset div input[type="submit"], fieldset div input[type="reset"], fieldset div input[type="button"] {
	display: block;
	margin-left: 180px;
}
/* ------------------------------------------------------- Apply margin-left to everything in a fieldset since fieldset padding affects the legend */
fieldset > * {
	margin-left:10px;
}
