/* CSS Document */

#standardForm fieldset {  
	position: relative;  
	float: left;  
	clear: both;  
	width: 97%;  
	margin: 0 0 1em 0;  
	padding: 0 10px 10px 0;  
	border: 1px solid #afa4cb;  
	background-color: #f6f4fa;
}
#standardForm legend {
	background-color:#250C71; 
	border: 1px solid #afa4cb;
	font-size:1.3em;
	font-weight:bold;
	padding:2px 4px 2px 4px;
	margin-left:5px;
	color:#ffffff;
}

#standardForm fieldset ol {  
	padding: 10px 0px 0px 20px;  
	list-style: none;
}
#standardForm fieldset li {  
	padding-bottom: 10px;
}
#standardForm fieldset.submit {  
	float: none;  
	width: auto;  
	padding-top: 1.5em;  
	padding-left: 12px;  
	background-color: #FFFFFF;
	background-image:none;
}
#standardForm label {  
	display: block;
	font-weight:bold;
	color:#000000;
	
}
#standardForm .secondaryText {
	font-weight:normal;
	display:block;
	font-style:oblique;
}
#standardForm fieldset input, textarea {
	border:1px solid #afa4cb;
	padding:4px;
	background-color:#FFFFFF;
}
#printBtn {  
	text-align:center; 
	clear: both;  
	width: 97%;  
	margin: 0 0 20px 0;  
	padding: 5px;  
	border: 1px solid #afa4cb;  
	background-color: #f6f4fa;
}
#submitBtn {  
	position: relative;  
	float: left;  
	clear: both;  
	width: 97%;  
	margin: 0 0 20px 0;  
	padding: 5px;  
	border: 1px solid #afa4cb;  
	background-color: #f6f4fa;
}
#submitBtn p {
	float:left;
	margin:15px 0px 0px 10px;
	font-weight:bold;
}
#submitBtn input {
	padding:5px 10px 5px 10px;
	float:right;
}

#standardForm p{
font-size:1.0em;
}

.radio_label {
	width: 400px;
	font-weight:normal;
}

.radio_button{
float:left;
border:none;
}