#sexyBG { 
	display: none; 
	position: absolute; 
	background: #000; 
	opacity: 0.4; 
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4; 
	filter: alpha(opacity=40); 
	width: 93%; 
	/*height: 100%;*/ 
}
#sexyBOX { 
	display: none; 
	position: absolute; 
	/*background: #b9e77b; */
	background:#E9E8D9;/*for color of bg*/
	color: #333; 
	text-align: center; 
	border: 1px solid #636D61; 
	top: 600px; 
	z-index: 100; 
	font-family:Arial,Helvetica,sans-serif;
	font-size:.70em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
.sexyX { 
	font-size:12px;
	color:#ddd;
	padding:4px 0; 
	border-top:1px solid #636D61; 
	background:#778574;
}
