@charset "utf-8";
	.contactUs span{
		display:block;
		margin:10px 0;
		padding-left:40px;
		height:30px;
		line-height:30px;
	}
		.contactUs span.people{
			background:url(../images/people.png) 0 50% no-repeat;
		}
		.contactUs span.link{
			background:url(../images/link.png) 0 50% no-repeat;
		}
		.contactUs span.email{
			background:url(../images/email.png) 0 50% no-repeat;
		}
		.contactUs span.tel{
			background:url(../images/tel.png) 0 50% no-repeat;
		}
		.contactUs span.fax{
			background:url(../images/fax.png) 0 50% no-repeat;
		}
