/**************************************************************************
CSS POPUP
***************************************************************************/
#cssBackground {
	height:100%; 
	width:100%; 
	background-color:#000; 
	display: none; 
	position:fixed;
	top:0; 
	left:0;
	z-index:100;
	float:left;
	opacity:0.65;
}
#cssPopup {
	margin: 0px auto;
}
#cssPopupContainer {
	position: absolute;
	display: none;
	text-center;
	z-index:101;
	top: 50;
	width: 100%;
}

