#overlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background:transparent;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    top: 0;
    left: 0;
    }
.lightbox{
    width:380px;
    background:transparent;
    padding:10px;
    border:0px solid #ccc;
}
#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}
.teaser {
        width:400px;
        padding:0 0 14px 0;
        margin:10px auto;
        background:url('../images/tsr-b.gif') bottom left no-repeat;
}
.teaser h3 {
        margin:0;
        padding:7px 10px 3px 10px;
        background:url('../images/tsr-t.gif') top left no-repeat;
        z-index:90;   
        background-color:#fff;
}
.teaser div{
        z-index:90;   
        background-color:#fff;
        margin:0;
        padding:0 10px 3px;
        border:1px solid #d8d8d8;
        border-width:0 1px;
}

