/* Style for Top postioned Labels */

/* General Form Styling */
fieldset {  
	margin: 0;  
	padding: 0;
	background-color: transparent;
	border: none;
	}

legend {
	padding-top: 0.5em;
	padding-bottom: 0.9em;
	color: #000000;
	font-weight: bold;
	font-size: 0.9em;
}

legend span {
	/*position: absolute;  Would like this but IE 6.0 Hates it rendering Legends whereever it likes*/
	margin-left: 0.3em;
}
	
fieldset ol {  
	margin-left:0;
	padding: 0.1em 0.8em 0 0.8em;  
	list-style: none;
}

fieldset li {  
	padding: 0 0 0.2em 0;
}

fieldset.submit {  
	border-style: none;
	background-color: transparent;
}
/* start of specified styling */
label {  
	display: block;
	color: #000000;
	font-size: 0.9em;
}

label em {
	margin-left:1.1em;
	font-size: 0.8em;
	font-weight: normal;
	color: red;
	visibility: hidden;
	}
	
input, textarea{
	width: 100%;
	color: #000000;
	/*font-size: 1.2em;*/
	background-color: #ffffff;
	font-weight: normal;
	}

.text, textarea {
	border: 1px solid #9d301b;
	}
	
.btn {
	margin: 0 0 0 10px; /* to align with text boxes also sorts IE 6.0 issue of missing left border */
	border: 1px outset #ffffff;
	background-color: #9D301B;
	color: white;
	width: auto;
	}

.hintanchor em{
	float: right;
	font-size: 0.9em;
	padding: 0 1.0em;
	}
