#modal_close_button{margin:.25em .25em 0 0;width:14px;height:14px;text-align:right;float:right;background:url(/images/icons/close_button_sq.gif) no-repeat;cursor:pointer;}
#modal_close_button:hover, #modal_close_button.hover{background:url(/images/icons/close_button_sq_hover.gif) no-repeat;cursor:pointer;}
#modal_content{padding:0 .5em;}
#modal_load{position: fixed;height:16px;width:260px;background: url(/images/progress_bar.gif) no-repeat;z-index:2999;top: 50%;left: 50%;margin: -8px 0 0 -130px;}
#modal_overlay {position: fixed;z-index:2997;top: 0px;left: 0px;height:100%;width:100%;background: #000;display: none;}
#modal_window {position: fixed;z-index: 2998;display:none;top:50%;left:50%;background:#fff;border:2px solid #527db8;-moz-border-radius: 10px;-webkit-border-radius: 10px;}
#modal_window img{display: block;border: 1px solid #527db8;-moz-border-radius: 8px;-webkit-border-radius: 8px;}
#modal_window h1{font-size:1.2em;color:#fff;margin:0;padding:0 .25em .25em .25em;background:#527db8 url('/images/modal_title_bg.png') top;border-top:1px solid #8ea6c7;-moz-border-radius-topleft: 8px;-moz-border-radius-topright: 8px;-webkit-border-top-left-radius: 4px;-webkit-border-top-right-radius: 4px;}
/* IE6 Hacks */
* html #modal_overlay {position: absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
* html #modal_window, * html #modal_load {position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
