.attachmentlist ul {
	overflow: auto;
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
}
.attachmentlist ul li {
	list-style-type: none;
	background-image: url(../img/filetypes/page_white.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin: 0px;
	margin-bottom: 3px;
	padding-left: 22px;
}
.attachmentlist ul li.jpeg {
	background-image: url(../img/filetypes/image.png);
}
.attachmentlist ul li.pdf {
	background-image: url(../img/filetypes/page_white_acrobat.png);
}
.attachmentlist ul li.msword {
	background-image: url(../img/filetypes/page_white_word.png);
}
.attachmentlist ul li.zip {
	background-image: url(../img/filetypes/page_white_compressed.png);
}
