
/* the overlayed element */
div.overlay {
	
	/* growing background image */
	/*background-image:url(/img/overlay/transparent.png);*/
	
	/* dimensions after the growing animation finishes  */
	/*width:820px;
	height:660px;*/		
	
	/* initially overlay is hidden */
	display:none;
	padding: 25px;
}

div.overlay img {
	margin-bottom: 40px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/img/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* apple */
div.overlay.black {
	background:url(/img/overlay/apple.png) no-repeat !important;
	color:#fff;
}

/* white */
div.overlay.black {
	background:url(/img/overlay/white.png) no-repeat !important;
	color:#fff;
}

/* black */
div.overlay.black {
	background:url(/img/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(/img/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}


/*upload dialog on the sell page*/
div.upload-overlay {
	background-color:#fff;
	display:none;
	width:350px;
	padding:15px;
	text-align:left;
	border:2px solid #333;

	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

div.upload-overlay h2 {
	background: url(/img/spinner-lg.gif) no-repeat 6% 50%;
	margin:0px;
	padding:10px 0 10px 45px;
	border-bottom:1px solid #333;
	font-size:20px;
}

/* default close button positioned on upper right corner */
div.upload-overlay div.close {
	background-image:url(/img/overlay/close.png);
	position:absolute;
	right:1px;
	top:1px;
	cursor:pointer;
	height:35px;
	width:35px;
}


