.attachment_icon {
	display: inline-block;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 14px;
	height: 17px;
	background-image: url(http://meetafghans.com/layout/img/attach.png);
}

.attachments_label {
	margin: 15px 0 5px;
	padding-left: 5px;
	font-weight: bold;
}

.attachment {
	padding: 2px;
}

