.attachments-wrapper {
	margin: 1em 0;
}
.plupload-files:empty,
.attachments-list:empty {
	display: none;
}
.plupload-files {
	margin: 0 0 0 26px;
	list-style: square outside url('../../images/icons/page_white.png');
}
.plupload-files li {
	margin: 0 0 1em;
}
.plupload-files .uploading {
	list-style-image: url('../../images/icons/page_white_get.png');
}
.plupload-files .uploaded {
	list-style-image: url('../../images/icons/page_white_add.png');
}
.plupload-replacer .progress-upload,
.plupload-files .progress-upload {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 12px;
	margin-left: 1em;
	border: 1px solid #FFC050;
	text-align: center;
	font-size: 10px;
	line-height:12px;
}
.plupload-replacer .progress-upload .progress-text,
.plupload-files .progress-upload .progress-text {
	display: block;
	position: relative;
	z-index: 2;
}
.plupload-replacer .progress-upload .progress-bar,
.plupload-files .progress-upload .progress-bar {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	z-index: 1;
	background: #FFF0A0 repeat-x left top;
}
.attachments-wrapper .remove-button {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	background: url('../../images/icons/cross.png') no-repeat left top;
	cursor: pointer;
}
.attachments-wrapper .attachment-removing .attachment-details > .remove-button {
	background-image: url('../../images/icons/arrow_refresh.png');
}
.plupload-files .remove-button {
	display: none;
}
.attachments-list {
	margin: 0;
	list-style: none outside;
}
.attachments-list li {
	margin: 1em 0 0;
}
.attachments-single .sortable-handle {
	display: none;
}
.attachments-multiple .sortable-handle {
	float: left;
	margin: 0 0 1em;
	background: url('../../images/icons/arrow_ns.png') no-repeat left top;
	height: 16px;
	width: 15px;
	cursor: move;
	cursor: ns-resize;
}
.attachments-list .attachment-details {
	padding-left: 25px;
}
.attachments-list .attachment-details em {
	display: block;
	margin-bottom: 1em;
}
.attachments-list .attachment-details .form-item {
	clear: none;
}
.attachments-wrapper .form-item span {
	padding: 0;
}
.attachments-list .plupload-replacement {
	margin-left: 1em;
}
