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

form p b{
	clear: both;
	display: block;
	float: left;
	width: 300px;
	text-align: right;
	margin-right: 5px;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
}

form p input, form p textarea, form p .select{
	width: 200px;
	display: block;
	background-color: #fff;
	border: 1px solid #a1866d;
	padding: 4px;
}

form td .select{
	background-color: #fff;
	border: 1px solid #a1866d;
	padding: 4px;
}

form p .submit{
	width: 60px;
	margin-left: 255px;
}

.small-form form p b{
	width: 100px;
	padding-top: 3px;
}

