/*CSS Forms*/
body, legend, label, text, textarea {
	color: #002664;
}

legend {
	color: #002664;
	font-weight: bold;
	line-height: 1.5em;
}
input {
	padding: 0 0 5px 0;
}
fieldset label {
	float: left;
	width: 10em;
	margin-right: 2em;
	text-align: left;
	color: #002664;
}
.topFieldset fieldset {
	border: 0;
}
#mainText {
	width: 970px;
	min-height: 775px;
	float: left;
	position: relative;
	padding: 35px 0 0 35px;
}

ol {
	list-style: none;
}

fieldset ol {
	list-style: none;
	padding-left: 1em !important;
}


fieldset li {
	margin-bottom: .3em !important;
}


/* Alignment of DatePicker image */
li img {
	vertical-align: top !important;
	margin: 0 !important; 
	padding: 0 !important;
	padding-left: .5em;
	margin-left: .5em;
	display: inline !important;
}

.buttons {
	margin: 0;
	padding: 15px 0 0 0;
	width: 100%;
	clear:both;
}

.section1 label {
	float: left;
	width: 8em;
	margin-right: 2em;
	text-align: left;
}
.section2 label {
	float: left;
	width: 8em;
	margin-left: 2em;
	text-align: left;
}
.section1 {
	width: 470px;
	float: left;
	position: relative;
	padding: 10px 0 0px 0;
}
.section2 {
	width: 470px;
	float: right;
	position: relative;
	padding: 10px 0 0 0;
}
.comments1 {
	margin: 38px 0 0 0;
	border: 0;
}
.comments2 {
	border: 0;
}
#mainText ul {
	padding: 0;
}
.radio {
	width: 8em;
}
	