@charset "utf-8";
/* Report Formatting */                     
#reportWrapper {
	position:relative;
	top: 10px;
	margin: 0;
	background-color: #FFF;
	clear: both;
}

#report {
	margin-top: 5px;
	padding: 0 20px 5px 5px;
}

fieldset {
	position: relative;
	clear: left;
	width: 380px;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	background-image: url('http://www.powerwebwriter.com/images/fieldset_gradient.jpg');
	background-repeat: repeat-x;
}

legend {
	margin-left: 1em;
	padding: 0;
	color: #006;
	font-size: 1.0em;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	color: #006;
	font-weight: normal;
	padding-bottom: 1em;
}

label {
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
	font-size: 1.05em;
}

label em {
	position: absolute;
	left: 10em;
	top: 0;
}

fieldset fieldset {
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
	background-image: none;
}

fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;
}

fieldset fieldset ol {
	position: relative;
	top: -1.5em;
	margin: 0 0 0 11em;
	padding: 0;
}

fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}

fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-top: 1.5em;
	padding-left: 4.0em;
	background-color: transparent;
	background-image: none;
} 
 
.fieldText {
	font-size: .9em;
	width: 15em;
}
 
.commentText {
	font-size: .9em;
}

