.contentWrap , .showMediaWrap {
    height: 400px;
    overflow: auto;
    font-size: 1.1em;
    background-color: #fff;  
    padding: 10px;
    border-radius: 11px
}

.delWrap {
    height: 100px;
    overflow: auto;
    font-size: 1.1em;
    background-color: #fff;
    width: 300px
}
/*.contentWrap label {
    font-size: 1.3em;
    padding-left:20px;
    width:250px
}*/

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../css/cp.gif);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:800px;		

	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* the overlayed element */
.apple_del_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../css/cp.gif);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:300px;		

	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

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