#enlarge {
    position: absolute;
    top: 254px;
    left: 164px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

#modalContainer {
    width: 780px;
    height: 100%;
    left: 0;
    top: 0;
}

#modalOverlay {
    background-color: #000;
    position: absolute;
}

#modalContent {
    display: none;
    position: relative;
}

#modalContent .header {
    font-weight: bold;
    background: url(../images/bkd-back-button.gif) no-repeat;
    width: 780px;
    height: 24px;
}

#modalContent .header a.modalClose {
    float: right;
    padding: 2px 30px 0 30px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #174eb7;
    text-decoration: none;
    z-index: 1;
}

#modalContent .header a.modalClose:hover {
    color: #000;
}

#screenshot {
    width: 780px;
    height: 447px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}


