div.jqmDialog {
	display: none;
    position: fixed;
    top: 7%;
    left: 50%;

/*[can edit by js code*/
    margin-left: -304px;
	width: 608px;
/*]can edit by js code*/

	overflow: hidden;
}

div.jqDrag {cursor: move;}

.jqmOverlay { background-color: #000000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* 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 div.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(7 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


.jqmCloseDiv {float:right;
margin-right:6px;
width:15px;height:14px;line-height:12px;
text-align:center;margin-top:2px;
-margin-right:2px; /*IE only*/
}
.jqmCloseDiv a {display:block;width:15px;height:14px;
color:#15428B;font-family:'Lucida Console';font-weight:bold;font-size:16px;text-decoration:none;
border:1px solid #DDE9F8;background:none;
}

.jqmCloseDiv a:hover {display:block;width:15px;height:14px;
color:#fff;font-family:'Lucida Console';font-weight:bold;font-size:16px;text-decoration:none;
border:1px solid #fff;background:#c30;
}

.jqmTitleBar {
font-size:12px;background:#DDE9F8;color:#15428B;padding-left:7px;line-height:20px;margin-top:1px;cursor:default;font-weight:bold;
}

.jqmFormOut {
border:1px solid #3B5A82;background:#fff;
}

.jqmContOut {
background:#7F9DB9;border:3px #BFDBFF solid;padding:1px;
}
.jqmBody {
background:#FFF
}

#TB_load {color:#c30;}