﻿/*
FORMS
---------------------------------------- */
form { margin: 0px 0px 20px 0px; }
fieldset {  

	float: left;  
	clear: both;  
	width: 100%;  
	margin: 0 0 -1em 0;  
	padding: 0 0 1em 0;  
	border-style: none;  
	border-top: 2px solid #BFBAB0;  
	background-color: #F2EFE9;
} 
fieldset#messages {
	z-index: -1px;
}
legend { display: none; }
/*
legend span {  
	position: absolute;  
	left: 0.74em;  
	top: 0;  
	margin-top: 0.5em;  
	font-size: 115%;
}
legend { padding: 0;  
	color: #545351;  
	font-weight: normal;
*/
fieldset ol {
	padding: 1.5em 1em 0 1em;  
	list-style: none;
}
fieldset li { clear: left; width: 100%; padding-bottom: .3em; margin: 0px; }
fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 12em;  
	background-color: transparent; 
}


label { 
	float: left;
	width: 11em;
	margin-right: 1em;
	text-align: right;
}

textarea { width: 21em; height: 5em;}

/*
=Subgroups
------------------------------------------ */

fieldset fieldset {  
	margin-bottom: -2.5em;  
	border-style: none;  
	background-color: transparent;  
	background-image: none; 
} 
fieldset fieldset legend span {  
	margin-left: 0;
	font-weight: normal;
	top: 0;
	border: 1px solid #000;
} 
fieldset fieldset ol {  
	position: relative;  
	top: -1.5em;  
	margin: 0 0 0 11em;  
	padding: 0; 
} 
fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto; 
}

