@charset "utf-8";
/* CSS Document */
.popup {background:#FFF; border:1px solid #999; width:600px;}
.popup-header{ background:#fff; padding:0; border-bottom:1px dashed #ddd; height:36px; width:100%; position:relative}
.popup-header h3{ color:#fff; background:#3E97C9;float:left; line-height:24px; padding:0px 5px; margin:5px 0 0 -1px }
.popup-body {padding:8px; background-color:#ffffff}
.popup-body{ margin:0 auto; width:96%}
.popup-body dl{ float:left; width:100%; }
.popup-body dt{ float:left; width:100px; text-align:right; line-height:26px}
.popup-body dd{ float:left;position:relative;}
.popup-body .input120{ margin-right:5px}
.popup-body .tips{ color:#999; width:460px; height:34px; display:block; font-size:12px; line-height:18px; position:absolute; top:0; left:230px;}
.popup-body .pbtn{ float:left; margin:10px 0 5px 105px; display:inline}
.dialogBoxClose{background:url(vb_close.gif) no-repeat scroll 0 0 transparent;float:right;height:20px;overflow:hidden;text-indent:-9999px;width:20px;position:absolute;right:5px;top:10px;cursor:pointer;}
.dialogBoxClose:hover{background-position:0 -20px; border:0;}