.jqmWindow {display: none;position: fixed; top: 17%; left: 50%; margin-left: -300px; width: 800px; background-color: #EEE; color: #333; border: 1px solid black; padding: 12px;}
.jqmOverlay {background-color: #000;}
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
* html .jqmWindow {position: absolute;top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}
div.whiteOverlay { background: #515151; }
div.jqmDialog { display: none; position: fixed; top: 18%; left: 50%; margin-left: -200px; width: 400px; overflow: hidden; font-family:verdana,tahoma,helvetica; z-index:1000;}
* html div.jqmDialog { position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}
div.jqmdTC { background: #d5ff84 url(/images.tpl/modal/sprite.gif) repeat-x 0px -82px; color: #528c00; padding: 7px 22px 5px 5px; font-family:"sans serif",verdana,tahoma,helvetica; font-weight: bold; * zoom: 1;}
div.jqmdTL { background: url(/images.tpl/modal/sprite.gif) no-repeat 0px -41px; padding-left: 3px;}
div.jqmdTR { background: url(/images.tpl/modal/sprite.gif) no-repeat right 0px; padding-right: 3px; * zoom: 1;}
div.jqmdBC { background: url(/images.tpl/modal/bc.gif) repeat-x center bottom; padding: 7px 7px 7px; overflow: hidden;}
div.jqmdBL { background: url(/images.tpl/modal/bl.gif) no-repeat left bottom; padding-left: 7px; }
div.jqmdBR { background: url(/images.tpl/modal/br.gif) no-repeat right bottom; padding-right: 7px; * zoom: 1 }
div.jqmdMSG { color: #317895; }
input.jqmdX { position: absolute; right: 7px; top: 4px; padding: 0 0 0 19px; height: 19px; width: 0px; background: url(/images.tpl/modal/close.gif) no-repeat top left; overflow: hidden;}
input.jqmdXFocus {background-position: bottom left; outline: none;}
div.jqmdBC button, div.jqmdBC input[type="submit"] { margin: 8px 10px 4px 10px; color: #777; background-color: #fff; cursor: pointer;}
div.jqmDialog input:focus, div.jqmDialog input.iefocus { background-color: #eaffc3; }
/* */
div.jqmAlert { display: none; position: fixed; top: 17%; width: 100%;}
* html div.jqmAlert { position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}
div.jqmAlertWindow { height:auto; width: auto; margin: auto; max-width:400px; padding: 0 10px 10px; background:#111; border:1px dotted #FFF;}
.jqmAlertTitle{ margin:5px 2px; height:20px; color:#FFF; background:#000;}
.jqmAlertTitle h1{ margin:5px 2px; padding-left:5px; padding:0; font-size:14px; text-transform:capitalize; letter-spacing:-1px; font-weight:bold; color:#FFF; float:left; height:20px;}
div.jqmAlert .jqmClose em{display:none;}
div.jqmAlert .jqmClose { width:20px; height:20px; display:block; float:right; clear:right; background:transparent url('/images.tpl/modal/close_icon_double.png') 0 0 no-repeat;}
div.jqmAlert a.jqmClose:hover,div.jqmAlert a.jqmCloseHover{ background-position: 0 -20px; }
div.jqmAlertContent { border-top:px; color:#FFF; font:11px/14pt arial; padding:5px 20px 5px; margin:5px; border:1px dotted #111; letter-spacing:0px; background:#111 url(/images.tpl/modal/darkgrid.png);}
div.jqmAlertContent a {color:white;letter-spacing:0px;font:11px/14pt arial;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
div.jqmNotice img.jqResize {position: absolute; right: 2px; bottom: 2px;}
div.jqmNotice { display: none; position: absolute; top: 30%;right:12%;	width: 400px;	background:#FFFFCC url("/images.tpl/modal/note_icon.png") 5px 5px no-repeat; border: 1px solid #000; padding: 0;}
.jqmnTitle{margin: 0 25px;}
.jqmnTitle h1{ margin: 5px 0; padding-left:5px; width: 100%; font-size:10px; color:#FFFFCC; background-color:#505050;}
div.jqmNotice .jqmClose { position: absolute; cursor: pointer; right: 4px; top: 6px;}
.jqmnContent{ border-top:1px; color:#000; font:12px/18pt Comic Sans, Comic Sans MS, cursive; padding:0 20px 5px;}