.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    background-color: #FFF;
    color: #333;
    border: 1px solid #CCC;
    padding: 12px;
    z-index:10001;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6666;
    font-weight: normal;
}
.jqmWindow td{
   margin:5px;
   padding:5px;
   color: #999999;
   background: none;
}
.jqmWindow h3{
   color: #999999;
   background: none;
}
.jqmOverlay { background-color: #000; }
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#lightbox-imageBox a#lightbox-close-button2 {
background-color: transparent;
background-image: url(../../on_local_resource/stylesheets/resource/x.html);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
width: 25px;
height: 29px;
display: inline;
z-index: 3200;
position: absolute;
top: -15px;
right: -18px;
cursor: pointer;
} 