/*label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;
	font-weight: bold;
	text-align: right;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #666;
	background: #f6f6f6;
	padding: 4px;
}

fieldset {
	display: block;
	border: solid 1px #eee;
	margin-bottom: 24px;
	
	float: left;  
	clear: left;  
	width: 92%; 
	padding: 2%; 
}
fieldset ol {  
	list-style: none;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding: 1em;
}

legend {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	color: #999;
	font-family: "Lucida Grande", Arial, sans-serif;
}

.text {
	font-family: "Lucida Grande", Arial, sans-serif;
}
*/



fieldset {  
float: left;  
clear: left;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0;
border: 1px solid #eee;
}
legend {  
margin-left: 1em;  
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
color: #888;
font-size: 11px;
font-family: "Lucida Grande",Arial,sans-serif;

}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em;
}
fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 12em;
background: none;
}
label {
float: left;  
width: 10em;  
margin-right: 1em;
text-align: right;
font-family: "Lucida Grande",Arial,sans-serif;
color: #666;
font-weight: bold;
}
.formNote {
	font-style: italic;
	font-size: .9em;
	color: #888;
}
.formerror {
	font-size: 11px;
	font-weight: bold;
	color: #810007;
	display: block;
	padding-top: 1em;
	padding-left: 12em;
}
option {
	padding-right: 2.0em;
}
input, textarea, select {
	color: #333;
	font-family: "Lucida Grande",Arial,sans-serif;
	border: dashed 1px #ccc;
	padding:2px;
	margin-right: 6px;
}









