/* CSS Document */


#contactFormLeft,
#contactFormRight {
	float:left;
}

#contactFormLeft{
	margin:3px 0 1px 0;
	height:16px;
	text-align:left;
	width:25%
}
#contactFormRight{
	margin:2px 0;
	height:16px;
	width:75%
}
	
	