div.attachments {
	border:1px solid #D6D6D6;
	border-radius:5px;
	min-height:100px;
}

span.openfiledialog {
	position:relative;
	display:inline-block;
	overflow:hidden;
	color:red;
}

span.openfiledialog input.fileupload {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	opacity:0;
}

ul.up_files li {
	line-height:30px;
}

.upload-error {
	background: url('../img/error.png') no-repeat !important;
}

.upload-error span {
	margin-left:20px;
	color:red;
}

.removeatt {
    background: url('../img/reject.png') no-repeat !important;
    width: 21px !important;
    height: 21px !important;
    cursor: pointer;
    display: inline-block;
}
