/*POPUP BACKGROUND STYLE*/
.gen_popup_background {
     background-color: black;  
     display:none;  
     height: 100%;
     filter:alpha(opacity=55); /* IE's opacity*/
     left: 0px;
     opacity: 0.55;
     position: fixed;
     top: 0px;
     width: 100%;
     z-index: 99; 
}

/*POPUP CONTENT STYLE*/
.gen_popup_content
{
	display:none;
    position: fixed;
    left:25%;
    top:25%;
    z-index: 110;    
    text-align:center;
}
