.attachments {
	background-image: url(../images/attachment.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	list-style-type: none;
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

#attachment {
	position: absolute;
	left: 20px;
	top: 0px;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 60px;
	padding: 0;
	height: 22px;
}
#attach_link {
    cursor: pointer;
    color: #1A6690;
    font-weight: bold;
    display:inline;
    position: absolute;
}

#attach_file {
	width: 180px;
	position: relative;
	cursor: pointer;
	padding-left: 22px;
	display: block;
	height: 25px;
	background-attachment: scroll;
	background-image: url(../images/attachment.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#attach_file .active-link {
	color:#333;
	text-decoration: underline;
}

#upload_progress{
    display: none;
}
