@charset "utf-8";
/* CSS Document */


#imgPreviewWithStyles {
	background: #F7931E url(img/loading.gif) no-repeat center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	z-index: 999;
	border: none;
}
#imgPreviewWithStyles img {
	border:3px solid #FFF;
}