@charset "utf-8";
/* CSS Document */



#contactMain {
	width: 550px;
	margin: 10px auto;
	background-color: #AF838E;
	font-size: 14px;
	color: #fbf0ec;
}

#contactInfo {
	position: relative;
}

#contactInfoLabels {
	width: 100px;
	float: left;
	text-align: right;
	font-weight: bold;
}
#contactInfoFields {
	width: 450px; 
	float: right;
	text-align: left;
}
/*#contactAddMessage {
	text-align: left;
	padding: 30px;
}*/



