/* 页面提示窗口 */
.promptWindow { width:300px; height:auto !important; display:none; border-radius:6px; -moz-border-radius:6px; -ms-border-radius:6px; -o-border-radius:6px; -webkit-border-radius:6px; box-shadow:4px 4px 20px #aaa; -moz-box-shadow:4px 4px 3px 20px #aaa; -ms-box-shadow:4px 4px 20px #aaa; -o-box-shadow:4px 4px 20px #aaa; -webkit-box-shadow:4px 4px 20px #aaa; position:fixed; z-index:9999999999; opacity:0; padding:20px; color:#fff; text-align:center; cursor:default}
.promptWindow_success { background:#09bf00}
.promptWindow_success:hover { background:#089501}
.promptWindow_error { background:#eb2727}
.promptWindow_error:hover { background:#dd0000}
.promptWindow_warnning { background:#EC9639}
.promptWindow_warnning:hover { background:#DE8729;}


.forwardWindow { width:400px; display:none; position:absolute; z-index:99999; box-shadow:5px 5px 10px #aaa; -moz-box-shadow:5px 5px 3px 10px #aaa; -ms-box-shadow:5px 5px 10px #aaa; -o-box-shadow:5px 5px 10px #aaa; -webkit-box-shadow:5px 5px 20px #aaa; border-radius:5px}
.forwardWindow .msg { border:1px solid #ccc; border-bottom:0 none; background:#fafafa; text-align:center; padding:50px 30px; border-radius:5px 5px 0 0}
.forwardWindow .msg > i { height:auto !important; min-height:26px; line-height:26px; text-align:center; padding-left:30px; color:#444; font-size:14px}
.forwardWindow .ico1 > i { background:url(/com/tingyun/img/msg_box_1.png) no-repeat; background-size:auto 26px}
.forwardWindow .ico2 > i { background:url(/com/tingyun/img/msg_box_2.png) no-repeat; background-size:auto 26px}
.forwardWindow .ico0 > i { background:url(/com/tingyun/img/msg_box_0.png) no-repeat; background-size:auto 26px}
.forwardWindow > a { width:100%; height:50px; line-height:50px; text-align:center; color:#FFF; font-size:14px; letter-spacing:1px; border-radius:0 0 5px 5px; background:#3EC1F2; cursor:pointer;}
.forwardWindow > a:hover { background:#00A1E9;}

.confirmWindow { width:400px; height:250px; display:none; position:fixed; z-index:99999;}
.confirmWindow .confirmWindow_close { width:13px; height:13px; display:block; position:absolute; top:12px; right:10px; background:url(/com/imgs/prompt_confirm_close.png) 0 0 no-repeat; cursor:pointer;}
.confirmWindow .confirmWindow_close:hover { width:13px; height:13px; display:block; position:absolute; top:12px; right:10px; background:url(../../css/prompt_confirm_close.png) left bottom no-repeat;}
.confirmWindow .confirmWindow_body { width:398px; height:199px; border-left:1px solid #E8E8E8; border-right:1px solid #E8E8E8; border-top:1px solid #E8E8E8; border-radius:5px 5px 0 0; background:#FFF;}
.confirmWindow .confirmWindow_body .confirmWindow_content { height:27px; margin-top:86px; line-height:26px; text-align:center;}
.confirmWindow .confirmWindow_body .confirmWindow_content i { height:27px; display:inline-block; padding-left:37px; font-style:normal; color:#787878; font-size:14px;}
.confirmWindow .confirmWindow_body .confirmWindow_content i.success { background:url(/com/tingyun/img/msg_box_1.png) 0 0 no-repeat;}
.confirmWindow .confirmWindow_body .confirmWindow_content i.error { background:url(/com/tingyun/img/msg_box_2.png) 0 -27px no-repeat;}
.confirmWindow .confirmWindow_body .confirmWindow_content i.warnning { background:url(/com/imgs/msg_box_3.png) 0 -54px no-repeat;}
.confirmWindow .confirmWindow_bottom { width:400px; height:50px;}

.confirmWindow .confirmWindow_bottom a { width:200px; height:50px; display:block; float:left; line-height:50px; text-align:center; letter-spacing:5px; cursor:pointer;}
.confirmWindow .confirmWindow_bottom a.ok {  background:url(/com/imgs/prompt_confirm_surecancel.png) 0 0 no-repeat;}
.confirmWindow .confirmWindow_bottom a.ok:hover {  background:url(/com/imgs/prompt_confirm_surecancel.png) 0 -51px no-repeat; border-radius:0 0 0 5px;}
.confirmWindow .confirmWindow_bottom a.cancel {  background:#F0F0F0; border-radius:0 0 5px 0;}
.confirmWindow .confirmWindow_bottom a.cancel:hover {  background:url(/com/imgs/prompt_confirm_surecancel.png) -199px -51px no-repeat;}
