form {
	padding: 10px 5px 5px 5px;
	text-align:center;
}
label,input, select, textarea {
	display: block;
	width: 240px;
	float: left;
	margin-bottom: 10px;
	
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

br {
	clear: left;
}