﻿#tmpFileQ {
	width: 100%;
	height: 120px;
	overflow: auto;
	border: 1px solid #a6c9e2;
	margin-top: 0;
	margin-bottom: 5px;
}

#repChgFileQ, #thumChgFileQ {
	width: 100%;
	height: 60px;
	overflow: auto;
	border: 1px solid #a6c9e2;
	margin-top: 10px;
	margin-bottom: 10px;
}

#tmpCapUp {
	width: 100%;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #e5e5e5;
	background-color: #f5f5f5;
	margin-top: 5px;
	margin-left: 5px;
	padding: 10px;
	width: 280px;
}
.uploadifyError {
	border: 2px solid #fbcbbc !important;
	background-color: #fde5dd !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #ffffff;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099ff;
	width: 1px;
	height: 3px;
}
