#contactlft {
	float: left;
	width: 290px;
}

	.cll {
		float: left;
		width: 80px;
	}
	
	.clr {
		float: right;
		width: 210px;
		padding: 15px 0px 0px 0px;
	}
	
		.clr a:link, .clr a:visited {
			color: #000;
			text-decoration: none;
		}
		
		.clr a:visited {
			color: #900;
			text-decoration: underline;
		}
		
	.clrspeacial {
		padding-top: 5px;
	}
	
		.bigred { color: #900; font-size: 1.4em; }
		.bigblk { color: #000; font-size: 1.4em; }

#contactrgt {
	float: right;
	width: 290px;
	border-left: 1px solid #e5e5e5;
	padding-left: 10px;
	padding-top: 5px;
}

	#contactform {
		display: inline;
	}

	#contactform p {
		margin-top: 5px;
	}

	#contactform label {
		clear: left;
		float: left;
		width: 75px;
		padding-right: 10px;
		margin-top: 5px;
	}

	input.contform {
		float: left;
		width: 180px;
		border: 1px solid #e5e5e5;
		font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
		font-size: 1.0em;
		margin-top: 5px;
	}

	textarea.contform {
		float: left;
		width: 180px;
		border: 1px solid #e5e5e5;
		font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
		font-size: 1.0em;
		margin-top: 5px;
	}

	#buttsend {
		margin-top: 10px;
		margin-left: 85px;
		/* color: #900; 				*/
		/* font-weight: bold;			*/
		/* background-color: #fff;		*/
		/* border: 1px solid #e5e5e5;	*/
	}