/* Start of CMSMS style sheet 'team_contact' */
#team .member {
	float: left;
	padding-right: 25px;
	padding-top: 21px;
	width: 250px;
	font-size: 10px;
	line-height: 13px;
}
	#team .member .memberpic {
		float: left;
		width: 56px;
		height: 56px;
		padding-right: 12px;
	}
	#team .member .membername {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 11px;
	}
	#team .member .membertitle {
		text-transform: uppercase;
		font-weight: bold;
		color: #7f9f3a;
	}


#contactform {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
}
	#contactform input {
		border: 1px solid #cccccc;
		padding: 0;
		margin: 2px 0 3px;
		width: 260px;
	}
	#contactform textarea {
		border: 1px solid #cccccc;
		padding: 0;
		width: 260px;
		height: 125px;
	}

#contactform_btns input {
	background: #efb410;
	border: 0;
	width: 59px;
	height: 18px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 6px;
}
/* End of 'team_contact' */

