.contactList {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 11px;
}


.contactList li {
	clear:left;
	border-bottom:1px dotted #6C381D;
	height:12px;
	margin-top:5px;
	position:relative;
	display: block;
	
}

.contactList span.commOrg {
 	background:#fff;
	position:absolute;
	top: 0px;
 padding:0 3px 0 0;
    float:left;
	left:0px;
}

.contactList span.commTel {
	background:#fff;
	position:absolute;
	top: 0px;
padding:0px 0px 0px 3px;
	right:0px;
	float:right;
	
}
