@charset "utf-8";
#popUpBG{
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:1;  
}
#popUpContent{
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:400px;  
width:400px;  
background: url(/styles/belle2010/images/login.jpg) no-repeat top center #FF99CC;
border:4px solid #e2e2e2;  
z-index:102;  
padding:12px;  
font-size:12px;  
}
#popUpClose{
float:right;
font-size:14px;
color:#000000;
opacity: .6;
text-decoration:none;
top:4px;
padding:3px;
}
