@charset "utf-8";
/* CSS Document */


fieldset.contact{
	float: left;
	width: 50%;
	clear: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	border-bottom: 1px solid #BFBAB0;
	border-top: 1px solid #BFBAB0;
	}
fieldset.recover{
	float:right;
	width: 40%;
	height: 100px;
	border: none;
	clear:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}


legend {
	padding: 0;
	margin-left: 1em;
	color: #333333;
	font-weight: bold;
}
/*add spans <span> around the legend elements for positioning them*/
legend span {
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: .5em;
	font-size: 135%;
}
fieldset ol {  
	padding: 3.5em 1em 0 1em;  
	list-style: none;
}
fieldset li {  
	padding-bottom: 1em;
}
fieldset.submit {  
	border-style:none;
	float: none;  
	width: auto;  
	padding-top: 1.5em;  
	padding-left: 12em;  
	background-color: #FFFFFF; 
}
label {
	 display:block; /* Labels on top of inputs*/
	/*Left Aligned labels
	float: left;  
	width: 10em;  
	margin-right: 1em;*/
	/*Righ aligned labels
	float: left;  
	width: 10em;  
	margin-right: 1em;  
	text-align: right;*/
}
fieldset
{
	position: relative;
	float: left;
	clear:left;
	width: 100%;
	border-style: none;
	border-top: 1px solid #BFBAB0;
	border-bottom: 1px solid #BFBAB0;
	background-color:#F2F2E6;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	

}

