/* @override http://www.webdesign.gs/baysinger/style/form.css */

form p b{
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
	font-weight: normal;
	font-style: normal;
}

form p input, form p textarea{
	width: 200px;
	display: block;
	background-color: #e2e2e2;
	border: 1px solid #a3a3a3;
	padding: 4px;
}

form p .submit{
	width: 60px;
	background-color: #7f7f7f;
	border: 1px solid #4a4a4a;
	color: #fff;
	text-transform: uppercase;
	margin-left: 255px;}