/* CSS Document */
#sim_popup_window {
background-color:#333333;
bottom:0;
height:100%;
left:0;
opacity:0.2;
position:absolute;
right:0;
top:0;
width:100%;
z-index:9999;
overflow:auto;
}
#sim_popup_box {
width:400px; 
height:200px; 
border:1px solid #073CA8; 
margin: auto;
background:#FFFFFF url(images/simple_container_bg.gif) repeat-x scroll 0;
z-index:10000;
position: absolute;
overflow:auto;
/*display : none;*/
}
#sim_popup_box ul { list-style:none; }
#sim_popup_content{

width: 100%;
height:auto;
float:left;
text-align:left;
}


