.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -225px;
    width: 450px; height:200px;
    text-align:left;
    color: #000;
    padding: 50px;
    background:url(/content/images/ico_arizona.gif) 60px 25px no-repeat #cdcdcd;
-moz-box-shadow:2px 2px 5px #000; -webkit-box-shadow:2px 2px 5px #000;
}
.jqmClose { width:36px; height:36px; position:absolute; left:534px; top:-20px; background:url(/content/images/btn_close.gif) 0 0 no-repeat; overflow:hidden; text-indent:-999em; }
.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#dialog p { padding-left:200px; font:bold 18px/21px arial; padding-bottom:.25em; padding-right:30px; }
#dialog p strong { font:bold 26px arial; color:#700000; display:block; padding-bottom:.25em; font-weight:bold; }
a#modal_continue { background:url(/content/images/btn_modal.gif) 0 0 no-repeat; width:109px; height:30px; position:absolute; margin-left:200px; overflow:hidden; text-indent:-999em; margin-top:10px; }
a#modal_cancel { background:url(/content/images/btn_modal.gif) -120px 0 no-repeat; width:90px; height:30px; position:absolute; margin-left:320px; overflow:hidden; text-indent:-999em; margin-top:10px; }
a#modal_continue:hover { background-position:0 -30px; }
a#modal_cancel:hover { background-position:-120px -30px; }
