/* Start of CMSMS style sheet 'form styles' */
.contactform legend {
	display: none;
}

.contactform fieldset {
	border: 0;
}

.contactform label {
	width: 65px;
	display: block;
	float: left;
	white-space: nowrap;
	text-align: right;
	padding-right: 10px;
}

.contactform input {
	width: 225px;
	display: block;
	float: left;

}

.contactform div {
	display: block;
	clear: both;
	margin: 10px 0;
	height: 20px;
	min-height: 20px;
	height: auto !important;
}

.contactform textarea {
	display: block;
	float: left;
	width: 225px;
}

.contactform .fbsubmit {
	margin-left: 200px;
	width: 103px;
}
/* End of 'form styles' */

