/* Page Elements */
	
	#content {
	width:				600px;
	padding:			0;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: transparent;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 70%;
	text-align: left;
	height: 485px;
	overflow : auto;
	}
	#content form {
		 margin-left:		60px;
		margin-right:		60px; 
	}	
/* End Page Elements */

/* Begin Form Elements */

	

	fieldset {
	margin: 			10px 0 0 0;
	padding: 			0;
	background-color: transparent;
	background-image: url(../images/fieldsetbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

	legend {
	text-transform:		uppercase;
	font-size:			1em;
	padding:			5px;
	margin-left:		1em;
	color:				#ffffff;
	background-color: #00057F;
	}
	
	fieldset ol {  
		padding: 			5px 5px 0 5px;  
		list-style: 		none;
	}
	
	fieldset li {  	
		padding-bottom: 	1em;
		line-height:		1em;
	}
	
	fieldset#submitform {  
		background-image:	none;
		border-style: 		none;
	}
	
	label {
	clear:				left;
	float:				left;
	width:				10em;
	margin-right:		5px;
	padding-right:		30px;
	line-height:		1.4em;
	text-align:			right;
	}
	
	label.required {
	background-color: transparent;
	background-image: url(../images/required.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
	label span {
		position:			absolute;
		left:				-10000px;
		top:				0px;
	}
	
	p span.required {
		display:			inline-block;
		vertical-align: 	middle;
		line-height:		1em;
		width:				25px;
		line-height:		1em;
		text-indent:		-10000px;
		overflow:			hidden;
		background:			transparent url(../images/required.gif) no-repeat center right;		
	}
	
	input {
	padding:			1px;
	font-size:			1em;
	border:				1px solid #493F0B;
	color:				#1E1903;
	background:			#F5F6D4;
	}
	
	input.radio {
		border:				none;
		background:			transparent;
	}
