/* FORM FIELD STYLING */

fieldset{
	margin: 0 0 0 0;
	padding: 0;
	/*   REMOVED BACKGROUND GRAPHIC background:transparent url(../images/formgraphic.jpg) no-repeat top right;   */
	-moz-border-radius: 6px; border-radius: px;
}

span {
	font-family:"Franklin Gothic Book", "Franklin Gothic Demi", Arial;
}

fieldset a {
	color:#660000;
	text-decoration:none;
}
fieldset visited {
	color:#660000;
	text-decoration:none;
}

fieldset hover {
	color:#ffcc00;
	text-decoration:underline;
}


fieldset ol {
	padding: 10px 10px 0 10px;
	list-style: none;
}

fieldset li {
	position:relative;
	padding-bottom:1em;
}

span#orange_title {
	color:#ea7125;
	font-family:"Franklin Gothic Book", "Franklin Gothic Demi", Arial;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
}

legend {
	margin-left:0.4em;
	font-family:"Franklin Gothic Book", "Franklin Gothic Demi", Arial;
	font-size:1.6em;
	padding:5px;
	color:#5f83ae;
	text-transform:uppercase;
	font-weight:bold;
	background:#fbfbfb;
	-moz-border-radius: 4px; border-radius: px;
	/*   border:#000000 solid 2px;   */
}

div.mainbody_fieldsets {
	height:100%;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	background-image:url(../images/bodyback.jpg);
	background-repeat:repeat-y;
	background-position:inherit;
}

div.mainbody_fieldsets table {
	height:100%;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	padding-top:0px;
	background-image:url(../images/bodyback.jpg);
	background-repeat:repeat-y;
	background-position:inherit;
}

label {
	position:relative;
	clear:left;
	float:left;
	width:15em;
	margin-right:5px;
	text-align:right;
	line-height:3.4em;
	padding-right: 30px;
}

input {
	padding:5px;
	font-size:1.4em;
	border:1px solid #517da7;
	color:#517da7;
	background:#d5e9fb;
}

textarea {
	padding:5px;
	font-size:1.4em;
	border:1px solid #517da7;
	color:#517da7;
	background:#d5e9fb;
}

select {
	padding:5px;
	font-size:1.4em;
	border:1px solid #517da7;
	color:517da7;
	background:#d5e9fb;
}

input.radio {
	border:				none;
	background:			transparent;
}

label span {
	position: absolute;
	left: -10000px;
	top: 0px;
}

label.required {
	background:transparent url(../images/required.jpg) no-repeat center right;
}

p span.required {
	display:inline-block;
	vertical-align:middle;
	line-height:3.2em;
	width:25px;
	text-indent:-10000px;
	overflow:hidden;
	background:transparent url(../images/required.jpg) no-repeat center right;
}

fieldset#submitform {
	background-image:none;
	border-style:none;
}

#content {
	position:			relative;
	width:				650px;
	margin:				0 auto;
	padding:			0;
}
#content form {
	margin-left:		10px;
	margin-right:		10px;
}