body { 
		font-size: .8em; 
		font-family: sans-serif; 
		background-color: #eee;
		color: #444;
	}
	.login_wrapper { 
		width: 300px; 
		margin: 30px auto; 
		color: #444;
	}
	fieldset { 
		border: 1px solid #fff; 
		font-size: 12px;
	}
	fieldset legend { 
		text-transform: uppercase;
		font-weight: bold;
		font-size: 12px;
		margin: 10px;
		
	}
	fieldset div {
		display: block;
		float: none;
		clear: both;
		margin: 10px;
	}
	fieldset label { 
		float: left;
		color: #444;
		width: 70px; 
		padding-top: 4px;
	}
	fieldset input { }
	
	fieldset .submit_wrapper input { 
		float: none; 
		clear: both; 
		display: block;
	}
	fieldset .submit_wrapper {
		margin-left: 80px;
		display: block;
	}
	
.login_tophtml	{
	width: 400px;
}