/* Style for Left aligned Labels */

/* General Form Styling */
.form {
	margin-right: 40%;
	}
fieldset {  
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 0 0 0.8em 0;  
	padding: 0;
}

legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
}

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


fieldset.submit {  
	border-style: none;
}

/* Start of left alignment */

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em;
	
}

fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	
}

.hintanchor em{
	float: right;
	font-size: 0.7em;
	padding: 0 1em 1em 0;
	}
	
label {  
	position:relative;
	float: left;  
	width: 10em;  
	margin-right: 1em;  
	text-align: right;
	font-size: 0.9em;
}

label em {
	position: absolute;
	left: 20em;
	top: 0.2em;
	width: 27em;
	font-size: 85%;
	font-weight: normal;
	color: red;
	visibility: hidden;
	}
		

.btn {
	margin: 0; /* 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;
	}
input, textarea {
	width: 15em;
	color: #000000;
	background-color: #ffffff;
	}

.text, .textarea {
	border: 1px solid #9d301b;
	}


/* Style for forms with checkboxes and radio buttons
	Nest each group in its own fieldset subgroup */
fieldset fieldset {
	margin-bottom: 0;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
}
fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;
	font-size: 0.9em;
}
fieldset fieldset ol {  
	position: relative;  
	top: -1.5em;  
	margin: 0 0 0 27em;  /* note Ie 6 and below dont like this see ieHacks for IE margins */
	padding: 0;
}
fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
} 
fieldset fieldset input {
	width: auto;
	padding: 0;
	margin: 0.5em 0 0 0.5em;
	background-color: #d7d7d7;
} 