/*
* forms.css
*
* Purpose	: styling for html forms on the site.
* Date 		: Wednesday December 7, 2005
* Author 	: Phil Hawksworth
*
*/

label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

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

br {
	clear: left;
}
