/**
 * ZLDialog 1.4.5
 * Date: 2016-03-25
 * © 2013-2016 LangZhai(智能小菜菜)
 * This is licensed under the GNU LGPL, version 3 or later.
 * For details, see: http://www.gnu.org/licenses/lgpl.html
 * Project home: https://github.com/LangZhai/ZLDialog
 */
.dialogLock{display:none;top:0;left:0;position:fixed;width:100%;height:100%;background:#000;z-index:900000}.ZLDialog{display:none;background:#fff;z-index:900000;position:fixed;border-radius:5px;box-shadow:2px 2px 5px #333;border:solid 1px #aaa;overflow:hidden}.ZLDialog .dialogTitleDIV{cursor:move;background:#ccc;height:25px;white-space:nowrap;width:100%}.ZLDialog .dialogTitleDIV .dialogTitleSpan{color:#000;padding-left:5px;line-height:25px;width:100%}.ZLDialog .dialogTitleDIV .dialogTitleClose{color:#000;cursor:pointer;position:absolute;right:5px;top:3px;padding:0 5px;line-height:18px}.ZLDialog .dialogTitleDIV .dialogTitleClose:hover{color:#fff;background:#555}.ZLDialog .dialogBody{padding:10px 20px;overflow:auto}.ZLDialog .dialogBody .dialogMsgSpan{display:inline-block;width:100%;text-align:center;white-space:nowrap}.ZLDialog .dialogFoot{background:#efefef;text-align:center;padding:5px 0 5px 5px;white-space:nowrap}.ZLDialog .dialogFoot a{display:inline-block;text-align:center;line-height:26px;padding:0 10px;cursor:pointer;color:#fff;height:26px;border:1px solid #00487a;background:url('button.gif') repeat-x;margin-right:5px;border-radius:3px}.ZLDialog .dialogFoot a:hover{border:1px solid #272727;background:url('altbutton.gif') repeat-x}.ZLDialog_panel{z-index:9000000;background:#fff;border:1px solid #aaa;position:absolute}