/***************************************************************************************************************
CSS POPUP
***************************************************************************************************************/
#cssBackground {
	height:100%; 
	width:100%; 
	background-color:#391426; 
	display: none; 
	position:fixed;
	top:0; 
	left:0;
	z-index:100;
	float:left;
	opacity:0.75;
/*	filter:alpha(opacity=75);*/
}
#cssPopup {
	margin: 0px auto 0px auto;
}
#cssPopupContainer {
	position: absolute;
	display: none;
	text-align: center;
	z-index:101;
	top: 50;
	width: 100%;
}