	#container {
		width: 900px;
	}

	form p {
		
	}
	
	label, input, select, textarea {
		float: left;
		width: 300px;
		height: 20px;
		margin: 5px 0;
	}
	
	label {
		clear: left;
		width: 120px;
		text-align: right;
		padding-right: 15px;
		text-transform: capitalize;
	}
	
	textarea {
		height: 300px;
	}