
.landing_page ul {
	list-style-type: none;
}

.landing_page li {
	line-height: 28px;
	padding-left: 32px;
}

li.arrow {
	background: url('/media/icons/PNG-24/Next.png') left 5px no-repeat;
}

li.doc {
	background: url('/media/icons/PNG-24/Modify.png') left center no-repeat;
}

li.email {
	background: url('/media/icons/PNG-24/Email.png') left center no-repeat;
}

li.file {
	background: url('/media/icons/PNG-24/Save.png') left center no-repeat;
}

li.info {
	background: url('/media/icons/PNG-24/Info.png') left center no-repeat;
}

