* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -315px;
    min-width: 600px;
    width:650px;
    color: #333;
}

.jqmOverlay { background-color: #000; }

/* custom styles */

.popup-title
{
    background:transparent; cursor:move;
    width: 100%;
    text-align: right;
}
.popup-title span {display: none;}

.popup-content
{
    background:url("../images/content_bg.gif") repeat-x scroll 0 -80px #FFFFFF;
    border:2px solid #333333;
}
.popup-content-selvalues
{
    max-height: 400px; 
    overflow-y: auto;
    margin: 0 10px;
    overflow-x: hidden;
}

.popup_container {position: relative;}
#popup_close {position: absolute; top: 0; right: 0; z-index: 1011; width: 100%;}
.popup {position: absolute; top: 5px; width: 745px;}
.popup_arr  {position: absolute; top: 125px; left: -18px; z-index: 1011; width: 25px; height: 55px;}
