﻿.xwin{position:absolute;cursor:default;font-size:12px;border:solid 1px #ccc}
.xwin_mask{position:absolute;left:0;top:0;background:#000;opacity:0.3;filter:alpha(opacity=0);}
.xwin_alpha{background:#000;opacity:0;filter:alpha(opacity=0);}
.xwin_full{position:absolute;left:0;top:0;width:100%;height:100%;}
.xwin_tb{position:relative;border-collapse:collapse;table-layout:fixed;}
.xwin_body{position:relative;text-align:left;background:#fff;}
/*.xwin_tl,.xwin_bl,.xwin_tr,.xwin_br,.xwin_hl,.xwin_hr,.xwin_close,.xwin_tm,.xwin_bm,.xwin_hm,.xwin_ml,.xwin_mr{width:13px;height:13px;background-image:url(/Scripts/xwin/img/pop.png);_background-image:url(/Scripts/xwin/img/pop.gif);}*/
.xwin_tl,.xwin_bl,.xwin_tr,.xwin_br,.xwin_hl,.xwin_hr,.xwin_close,.xwin_tm,.xwin_bm,.xwin_hm,.xwin_ml,.xwin_mr{width:13px;height:13px;background-color:#fff;_background-color:#fff}
.xwin_close{display:block;position:absolute;right:7px;top:12px;line-height:16px;width:36px;height:16px;background-position:-26px 0;overflow:hidden; color:#777; text-decoration:none;}
.xwin_close:hover{text-decoration:underline;}
.xwin_max{display:block;position:absolute;right:46px;top:12px;line-height:16px;width:50px;height:16px;background-position:-26px 0;overflow:hidden; color:#656565; text-decoration:none;}
.xwin_max:hover{text-decoration:underline;}
.xwin_min{display:block;position:absolute;right:46px;top:12px;line-height:16px;width:50px;height:16px;background-position:-26px 0;overflow:hidden; color:#656565; text-decoration:none;}
.xwin_min:hover{text-decoration:underline;}
.xwin_resizer{position:absolute;right:10px;bottom:10px;width:15px;height:15px;background:#ccc;overflow:hidden;}
.xwin_title{height:22px;overflow:hidden;padding-left:0px;color:#777;line-height:15px;*line-height:18px;text-align:left;white-space:nowrap;*min-width:1000px;}
.xwin_tl{background-position:-62px 0;}
.xwin_tm{background-position:-75px 0;width:auto;}
.xwin_tr{background-position:right 0;}
.xwin_hl{background-position:-62px -13px;height:20px;border-bottom:solid 2px #66CCFF}
.xwin_hm{background-position:-75px -13px;border-bottom:solid 2px #66CCFF;}
.xwin_hr{background-position:right -13px;height:20px;border-bottom:solid 2px #66CCFF;}
.xwin_ml{height:auto;}
.xwin_mr{background-position:-13px 0;height:auto;}
.xwin_bl{background-position:-62px -35px;}
.xwin_bm{background-position:-75px -35px;width:auto;}
.xwin_br{background-position:right -35px;}
.xwin_rz .xwin_e_n{cursor:n-resize;}
.xwin_rz .xwin_e_e{cursor:e-resize;}
.xwin_rz .xwin_e_s{cursor:s-resize;}
.xwin_rz .xwin_e_w{cursor:w-resize;}
.xwin_rz .xwin_e_ne{cursor:ne-resize;}
.xwin_rz .xwin_e_se{cursor:se-resize;}
.xwin_rz .xwin_e_sw{cursor:sw-resize;}
.xwin_rz .xwin_e_nw{cursor:nw-resize;}

/*message*/
.xwin_loading{height:100px;background:#fff url(/Scripts/xwin/img/loading.gif) no-repeat center;}
.xwin_post_loading{height:30px;background:#fff url(/Scripts/xwin/img/post_loading.gif) no-repeat center;}
.xwin_message{background:#fff;}
.xwin_box{padding-left:80px;height:70px;position:relative;}
.xwin_text{padding-top:10px;padding-right:10px;line-height:1.5em;}
.xwin_text a{ color:#056ECA;  text-decoration:underline; margin:0 3px;}
.xwin_button{text-align:center;padding:10px 0;}
/*.xwin_button a{display:inline-block;width:60px;height:21px;line-height:21px;overflow:hidden;text-align:center;text-decoration:none;color:#000;margin:0 5px;background-image:url(/Scripts/xwin/img/message.png);background-repeat:no-repeat;background-position:-168px 0;}*/
.xwin_button a{display:inline-block;width:60px;height:21px;line-height:21px;overflow:hidden;text-align:center;text-decoration:none;color:#000;margin:0 5px;background-color:#6cf;padding:2px 10px;color:#ffe}
.xwin_button a:hover{background-position:-168px -21px;text-decoration:none;background-color:#57c7ff}
/*.xwin_icon{position:absolute;left:20px;top:20px;width:42px;height:59px;background-image:url(/Scripts/xwin/img/message.png);background-repeat:no-repeat;}*/
.xwin_icon{position:absolute;left:20px;top:20px;width:42px;height:59px;background-image:url(/Scripts/xwin/img/message.png);background-repeat:no-repeat;}
.xwin_alert{position:absolute;width:40px;height:40px;background-image:url(/Scripts/xwin/img/xwin_alert.png);background-repeat:no-repeat;}
.xwin_confirm{position:absolute;width:40px;height:40px;background-image:url(/Scripts/xwin/img/xwin_confirm.png);background-repeat:no-repeat;}
.xwin_success{position:absolute;width:40px;height:40px;background-image:url(/Scripts/xwin/img/xwin_success.png);background-repeat:no-repeat;}
.xwin_error{position:absolute;width:40px;height:40px;background-image:url(/Scripts/xwin/img/xwin_error.png);background-repeat:no-repeat;}


.msg_box{position:fixed;z-index:10000;left:50%;top:5px;margin-left:-150px;width:300px;padding:10px 0;text-align:center;font-family:Microsoft YaHei; font-size:16px; background:#ffa800;color:#fff;border:1px solid #fcc;border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.5);}
@-webkit-keyframes show_msg{0%{opacity:0;top:-30px;}10%{opacity:1;top:20px;}20%{opacity:1;top:0px;}40%{opacity:1;top:0px;}100%{opacity:0;top:-30px;}}
.show_msg{-webkit-animation:show_msg 4s;}


