#demotip {display:none;background:transparent url(/images/tooltip/black_left.png);font-size:10px;height:75px;width:175px;padding:12px 15px 20px 25px;   color:#fff;     }
#demotip1 {display:none;background:transparent url(/images/tooltip/black_arrow_big.png);font-size:10px; height:155px;     width:320px;     padding:25px;     color:#fff;     }
.simple_overlay {          /* must be initially hidden */     display:none;          /* place overlay on top of other elements */     z-index:10000;          /* styling */     background-color:#ccc;          border:1px solid #666;          /* 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/tooltip/close.png);     position:absolute;     right:-15px;     top:-15px;     cursor:pointer;     height:35px;     width:35px; }

.simple_overlay1{
background-image:url(/images/transparent.png);
display:none;
z-index:10000;
background-color:#ccc;
border:1px solid #666;
-moz-box-shadow:0 0 90px 5px #000;
-webkit-box-shadow: 0 0 90px #000;
}  
.simple_overlay1 .close{
background-image:url(/images/tooltip/close.png);
position:absolute;
right:-15px;
top:-15px;
cursor:pointer;
height:35px;
width:35px;
}
.apple_overlay {

	display:none;
	background-image:url(/images/tooltip/whitebig.png);
	width:640px;
	padding:35px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(/images/tooltip/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#overlay {
background-image:url(/images/tooltip/whitebig.png);
	height:680px;
}
div.contentWrap {
	height:680px;
	overflow-y:auto;
}