/* @override 
	http://www.paperstreet.com/test/shelbro/form.css
	http://www.paperstreet.com/test/shelbro/styles/form.css
*/

#contactForm fieldset {
	padding: 20px;
	border: 1px solid #999;
	width: 350px;
}

#contactForm label {
	font-size: 11px;
	line-height: 14px;
	display: block;
	width: 100px;
	text-align: right;
	float: left;
	padding-top: 5px;
	padding: 5px;
}

#contactForm legend {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

#contactForm input {
	display: block;
	border: 1px solid #999;
	margin-bottom: 7px;
	font-size: 14px;
	margin-left: 110px;
}
#contactForm textarea {
	display: block;
	border: 1px solid #999;
	margin-bottom: 5px;
	margin-left: 110px;
}

#contactForm .submit {
	margin-left: 110px;
	margin-top: 10px;
}
