/* CSS Document */

	/* forms */
	
	label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

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

	br {
	clear: left;
	}
