table.contacts {
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px; }
	
table.contacts td {
	line-height: 140%;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px dotted #BBDDFF;
	border-bottom: 1px dotted #BBDDFF; }

span.contacts-label {
	font-weight: bold; }
	
td.contacts-left-col {
	padding-right: 10px; }