

.upload-list .file,
.upload-list .file-show {
	display:block;
	padding-bottom:15px;
}

.upload-image .upload-list .file {
	padding-left:74px;
	background:url('image2.png') no-repeat 15px 5px;
}

.upload-image-iframe .upload-list .file,
.upload-file-iframe .upload-list .file {
	padding-left:30px;
	background:url('loader.gif') no-repeat 3px 2px;
}

.upload-image .upload-list .file-show,
.upload-image-iframe .upload-list .file-show {
	padding-left:0px;
	padding-top:3px;
	background:none;
}

.upload-file-iframe .upload-list .file-show {
	padding-left:0px;
	background:none;
}

.upload-image .upload-list .image-preview-div,
.upload-image-iframe .upload-list .image-preview-div {
	text-align:center;
	margin-right:10px;
	width:60px;
	height:50px;
	overflow:hidden;
	float:left;
	border:2px solid #d9d9d9;
	background-color:#d9d9d9;
}

.upload-image .upload-list .image-preview-image,
.upload-image-iframe .upload-list .image-preview-image {
	height:50px;
}


/*** buttons ***/
.upload-list .file-buttons {
	margin-top:3px;
	float:right;
	width:66px;
	height:12px;
}
.upload-list .file-buttons div {
	width:12px;
	height:12px;
	margin-right:10px;
	float:left;
	cursor:pointer;
}
.upload-list .file-button-delete {
	background:url('buttons.png') 0px 0px no-repeat;
}
.upload-list .file-button-delete:hover {
	background-position:0px -22px;
}
.upload-list .file-button-up {
	background:url('buttons.png') 0px -108px no-repeat;
}
.upload-list .file-button-up:hover {
	background-position:0px -89px;
}

.upload-list .file-button-down {
	background:url('buttons.png') 0px -50px no-repeat;
}
.upload-list .file-button-down:hover {
	background-position:0px -69px;
}



/*** hide size ***/

.upload-list .file-size {
	display:none;
}

/*** errors ***/

.upload-list .file-error,
.upload-list .file-invalid {
	color: #a50000;
	display: block;
	margin:0px 0px 15px 0px;
}

/*** cancel ***/

.upload-list .file-cancel {
	display:block;
	float:right;
	padding-top:5px;
}

/*** progress ***/

.upload-list .file-progress {
	float:left;
	margin-top:7px;
	margin-right:10px;
	height:12px;
	vertical-align: middle;
	background-image: url('progress-bar/progress.gif');
}

.upload-file .upload-list .file-progress {
	width: 300px;
}

.upload-image .upload-list .file-progress {
	width: 250px;
}

/*** textfield ***/

.upload-list .title_box {
	margin-top:6px
}
