		#attachments {
			width:  640px;
			padding-left: 20px;
			padding-top: 20px;
		}
		
		#attachments #attachtext {
			font-weight: bold;
			font-size: 17px;
		}

		#attachments ul {

		}

		#attachments li {
			height: 40px;
			padding-top: 5px;
			padding-left: 37px;
			list-style-type: none;
		}

		#attachments ul li a {
			height: 70px;
			color: black;
			padding-top: 20px;
			margin-top: 10px;
			text-decoration: underline;
		}
		
		#attachments ul li div {
			float:left;
			width: 32px;
			height: 32px;
			margin-right: 13px;
			background-image: url(../images/icons-all.png);
			background-position: 0px 0px;
		}

		#attachments .icon_doc {
			background-position: 0px 0px;
		}
		
		#attachments .icon_pdf {
			background-position: -32px 0px;
		}

		#attachments .icon_xls {
			background-position: -64px 0px;
		}

		#attachments .icon_ppt {
			background-position: -96px 0px;
		}
		
		#attachments .icon_rar {
			background-position: -128px 0px;
		}
