div#contactTable {

	border : 1px solid #dddddd;
	margin-left : 6px;
	margin-right : 6px;
	text-align : left;
	margin-bottom : 8px;

}

div.contactType {

	width : 247px;
	float : left;
	font-weight : bold;
	padding : 3px 3px 3px 5px;

}

div.contactValue {

	width : 187px;
	float : left;
	padding : 3px 3px 3px 5px;

}

div.contactTypeAlt {

	width : 247px;
	float : left;
	font-weight : bold;
	padding : 3px 3px 3px 5px;
	background-color : #d9e2e6;
		
}

div.contactValueAlt {

	width : 187px;
	float : left;
	padding : 3px 3px 3px 5px;
	background-color : #d9e2e6;

}