	#popup
    {
        position: absolute;
        width: 100%;
    }
    #overlay
    {
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 4000;
        background-color: #F71101;
        margin: 0;
        padding: 0 width:100%;
        height: 100%;

    }
    #lightbox
    {
        position: relative;
        width: 70%;
        height: auto;
        display: block;
        text-align: center;
        top: 25px;
        margin: 0px auto;
        z-index: 4001;
    }
    #btbclock {
    background: none repeat scroll 0 0 #fffff2;
    border: 1px solid #ffff66;
    font-size: 22px;
    height: 20px;
    padding: 5px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: 0;
    vertical-align: middle;
    width: 20px;
}