#doverlay{ 
	background-color:#000000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=80);
    opacity: 0.8;
}

* html #doverlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
}

#box{
    width:300px;
    background:#2d2d2d;
    border:0px;
}

.light-head, .light-body { padding: 0.3em 0.7em; }
.light-head { background: #9A7C33; margin-bottom: 2px; }
.light-body { background: #715A4A; text-align: center; }
.light-body p { margin: 0.5em; }

