
.imgUploader img { vertical-align: middle; }
.imgUploader iframe { display: none; }


.imgUploader input.file
{
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	height: 50px;
	margin: 2px 0 0 42px;
	width: 100px;
	z-index: 200;
}

.imgUploader H2.numFiles
{
	background: #333;
	border: 1px solid #666666;
	border-bottom: 2px solid #FFFF00;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 100%;
}

.imgUploader .uploaded { margin: 0 auto; }

.imgUploader .select
{
	background: url(/images/uploader/select_file2.png) no-repeat;
	width: 165px;
	height: 55px;
	margin: 20px auto 0;
}

.imgUploader .select:hover { background-position: bottom left; }
.imgUploader .select.waiting { background: #FFF url(../images/spinner.gif) center center no-repeat; }
.imgUploader .select.waiting:hover { background-position: center center; }

.imgUploader .delete
{
	background: url(/images/uploader/delete.png) no-repeat;
	height: 24px;
	left: 105px;
	position: absolute;
	top: 15px;
	width: 24px;
}

.imgUploader .fileInfo
{
	height: 70px;
	margin: 10px auto 0;
	position: relative;
	text-align: center;
	width: 70%;
}

.imgUploader .nameOfFile
{
	color: #000000;
	font-size: 0.9em;
	line-height: 16px;
}

.imgUploader UL#ul_files
{
	background: #C0C0C0;
	border: 1px solid #666666;
	clear: both;
	display: block;
	list-style-type: none;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	position: relative;
	min-height: 128px;
	font-size: 0.825em;
}

.imgUploader  UL#ul_files
{
	height: 128px;
}

.imgUploader UL#ul_files:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.imgUploader UL#ul_files LI
{
	border-right: 1px dotted #333333;
	float: left;
	height: 110px;
	margin: 10px 0;
	width: 170px;
}

.imgUploader .delete:hover, input.file:hover { cursor: pointer; }

.imgUploader .responseMsg
{
	border-bottom: 2px solid #333333;
	clear: both;
	font-size: 0.9em;
	margin: 2em 7em 0;
	padding-bottom: 0.5em;
	position: relative;
	text-align: left;
	width: 60%;
}

.imgUploader UL#response
{
	clear: both;
	font-size: 0.9em;
	margin: 1em 7em 0;
	width: 60%;
}

.imgUploader UL#response LI
{
	padding-bottom: .5em;
	border-bottom: 1px dotted #666;
	margin: 1em 0 0 3em;
}

.imgUploader UL#response LI SPAN { color: #FF0000; }

.imgUploader UL#response P
{
	text-decoration: underline;
	text-indent: 3em;
	margin-top: 1em;
	color: #000;
}

.imgUploader UL#response LI.ext SPAN, UL#response P SPAN
{
	text-transform: uppercase;
	color: #FF0000;
}
