#phone, #email {
	height: 32px;
	line-height: 32px;
	padding-left: 60px;
	margin: 20px 0 20px 70px;
	background: top left no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #7D7D7D;
}

#phone { background-image: url('../../img/phone.png'); }
#email { background-image: url('../../img/email.png'); }

