html, body {
	background-color: #666; 
	padding: 20px; 
	font: normal .9em/1.8 arial, verdana, sans-serif; 
	color: #fff;
}       

input { 
	position: absolute;
	left: 150px;
}  

select {
	position: absolute;
	left: 150px;
}

textarea {
	position: absolute;
	left: 150px;
	
} 
 
#logo {
	margin-bottom: 30px;
} 

.feild {
	margin-top: 8px;  
	height: 20px; 
}

label {  
	display: block;
	float: left;
	width: 90px;
	height: 100%;
	text-align: right; 
	color: #eee;     
	white-space: nowrap;
}        

#button-holder {
	margin-top: 20px;
} 

.section {
	margin-bottom: 30px;
}   

.text {
	margin-bottom: 130px;
}