body {
	font-family: arial, sans-serif;
	font-size: 12px; 
	font-weight: normal; 
	color: #000000;
}
form {
	width:500px;
	font-family: arial, sans-serif;
	font-size: 12px; 
	font-weight: normal; 
	color: #000000;
}
fieldset {  
	position: relative;
	float: left;  
	clear: both;  
	width: 100%;  
	margin: 0 0 1.5em 0;   
	padding: 0 0 .6em 0;
	border: 1px solid #0cf;
	/* Add a background image or color
	background-color: #F2EFE9;  */
	background-image: url('../images/fieldset_bg.gif');  
	background-repeat: repeat-x; 
}
legend {   
	margin-top: 0;
	color: #306;  
	font-weight: bold;
	padding: 0;
}
legend span {  
	position: absolute;  
	left: 0.74em;  
	top: 0;  
	margin-top: 0.2em;  
	/* legend font size */
	font-size: 110%; 
}
fieldset ol {  
	padding: 2.6em 1em 0 1em;  
	margin: 0;
	list-style: none;
}
fieldset ol li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em;
}
fieldset.submit {  
	border-style: none;
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}
fieldset fieldset {  
	margin-bottom: -.6em;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
}
fieldset fieldset ol {  
	position: relative;  
	top: .6em;  
	margin: 0 0 0 3em;  
	padding: 0;
}
label {  
	float: left; 
	/*  Indention space before input boxes   */
	width: 12em;  
	margin-right: 1em; 
	/*  Left column label alignment  */
	text-align: right; 
	vertical-align: bottom;
	/*  Added to shift the labels down slightly to 
	align with bottom of inputs instead of top */
	padding-top: 4px;
}
fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
}
label.leftAlign {
	text-align: left;
}
label.checkbox {
	float: none;
	width: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 4px;
}
