#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:1000;  
}  
#popup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:384px;  
width:620px;  
background-color: #ffffff;
background-image: url("./images/faded.png");
background-repeat: no-repeat;
background-position: bottom right;  
border:2px solid #cecece;  
z-index:2000;  
padding:12px;  
overflow:auto; 
}
#popupInner {
text-align:left;
font: Verdana, Arial, Helvetica, sans-serif;
}
#popupInner h2 {
margin:0;
padding:0;
}

#popupClose {  
font-size:14px;  
line-height:14px;  
right:6px;  
top:4px;  
position:absolute;  
color:#6fa5fd;  
font-weight:700;  
display:block; 
cursor:pointer;
z-index:99;
}  
#button{  
text-align:center;  
margin:100px;  
}
#imageMain {float:left;margin:0 20px 100px 0;}
#fullText {margin:20px 0 0 0;}
#fullText .popdesc {float:left;width: 260px;}
#fullText ul {margin: 0 0 30px 14px;}

#fullText ul li {margin: 0 0 0 0;}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
