#imgPreviewContainer {
	background: #222 url('imgPreviewLoading.gif') no-repeat center;
	padding: 10px;
	z-index: 2000;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#imgPreviewContainer span {
	color: white;
	font-size: 12px;
	font-family: tahoma;
	text-align: center;
	display: block;
	padding: 3px;
}
.imgPreviewLoading {
	height: 32px;
	width: 32px;
}
.type1 {
	float: right;
	margin-right: 10px;
}
