/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../images/overlay/grey_trans.png);
	
		
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:800px;		
	
	/* some padding to layout nested elements nicely  */
	padding:38px;

	/* a little styling */	
	font-size:12px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(../images/overlay/close1.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}



/* the overlayed element */
.apple_overlay_upload {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../images/overlay/grey.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:400px;		
	
	/* some padding to layout nested elements nicely  */
	padding:38px;

	/* a little styling */	
	font-size:12px;
}

/* default close button positioned on upper right corner */
.apple_overlay_upload div.close {
	background-image:url(../images/overlay/close1.png);
	position:absolute; right:-4px; top:-4px;
	cursor:pointer;
	height:35px;
	width:35px;
}


.overlaywrap H1{
	color:#AF1962;
  font-family: Arial;
	font-weight: normal;
	text-transform:uppercase;
	line-height:25px;
	font-size:20px !important;
	letter-spacing:-0.1px;
	margin:0 0 15px 0;
}
.overlaywrap{
color:#7D7C7C;
font-family:Arial;
font-size:12px;
}

h2.smallpink {

	color:#BB005F;

	font-size:12px;

	font-weight:normal;

	margin:0 0 8px;

	padding:0;

	text-align:left;

}


/* Gallery overlay */

/* the overlayed element */
.apple_overlay_gallery {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../images/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:651px;		
	
	
	/* some padding to layout nested elements nicely  */
	padding:0px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay_gallery div.close {
	background-image:url(../images/overlay/close1.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}




/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#E2E2E2; 
     
    width:450px;     
    min-height:400px; 
    border:2px solid #AF1962; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../images/overlay/close1.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
.tx-iwcpsedcardwinner-pi1 .simple_overlay{     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#E2E2E2; 
     
    width:923px;     
    min-height:653px; 
    border:2px solid #AF1962; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;    }
.tx-iwcpsedcardwinner-pi1 .simple_overlay .close{}

#tooltip { 
    display:none; 
    background:transparent url(../images/overlay/pink_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}







