#lightbox {
background-color: #fff;
border: 4px solid #79797b;
display: block;
height: auto;
margin: 5px 0 0 -95px;
padding: 15px;
position: absolute;
width: 160px;
z-index: 1000001;
}
#lightbox[id] {
position: absolute;
}
#lightbox A {
float: left;
width: 33.3%;
}
#lightbox A.close {
float: right;
text-align: right;
}
#lightbox A.login {
text-align: left;
}
#lightbox A.register {
text-align: center;
}
#lightbox UL {
margin-left: 0.5em;
}
#lightbox LI {
background-image: url(../images/build/bullet.gif);
color: #000;
}
#lightboxOverlay {
background-color: #000;
display: block;
filter: alpha(opacity=20);
height: 100%;
left: 0;
-moz-opacity: 0.2;
opacity: .20;
position: absolute;
top: 0;
z-index: 1000000;
width: 100%;
}
#lightboxOverlay[id] {
position: fixed;
}
