#content .panel p {
	padding-right: 280px;
}

#contact {
	position: absolute;
	top: 54px;
	right: 20px;
	width: 250px;
	border-top: none;
	background: url('/_img/contact_bottom.gif') no-repeat left bottom #EEEEEE;
}
	
	#contact p {
		margin: 0 !important;
		border-bottom: solid 1px #FFFFFF;
		padding: 6px 20px 6px 30px !important;
		background-position: 10px 10px;
		background-repeat: no-repeat;
		font-family: Arial !important;
		font-size: 11px !important;
	}
	
		#contact p.address {
			background-image: url('/_img/contact/address.gif');
		}
		
		#contact p.telephone {
			background-image: url('/_img/contact/telephone.gif');
		}
		
		#contact p.fax {
			background-image: url('/_img/contact/fax.gif');
		}
		
		#contact p.web {
			background-image: url('/_img/contact/web.gif');
		}
		
		#contact p.email {
			background-image: url('/_img/contact/email.gif');
		}
