/* CSS Document */

fieldset {
	display : block;
	width: auto;
	margin: 0 0 1.5em 0em;
	padding: 0 0 1em 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
}  
legend {
	margin-left: 1em;
	font-weight: bold;
	padding: 0;
	color: #009;
	font-size:20px;
}  
fieldset ol {   
list-style: none; 
padding: 2em 1em 0 1em;            
}  
fieldset li {   
padding-bottom: 1em;
float: left;    
clear: left;    
width: 100%;       
}  
fieldset.submit {
	width: auto;
	border: 0 none #FFF;
	padding-left: 20em;
	background-color: transparent;
	background-image: none;   
}
label {
	display: block;
	color:#999;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: left;
	margin-left: 70px;
}
.container .context form #button {
	background-color: #0CF;
	display: block;
	margin: 30px;
	height: 30px;
	width: 100px;
	border: 1px solid #FFF;
	float: left;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}
.container .context form fieldset .text {
	background-color: #CCC;
	display: block;
	height: 25px;
	width: 200px;
	border: 1px solid #393;
	float: left;
	position: relative;
}
.container .context form fieldset .textarea {
	background-color: #CCC;
	display: block;
	width: 200px;
	border: 1px solid #393;
	float: left;
	position: relative;
}
