﻿html,body{height:100%;}
.xwin{position:absolute;cursor:default;}
.xwin_mask{position:absolute;left:0;top:0;background:black;}
.xwin_alpha{background:black;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:2px;height:2px;color:#fff;background:#237fa3;}
.xwin_close{position:absolute;width:24px;height:24px;right:4px;top:4px;background:url(/Content/images/close.png) no-repeat center;cursor:pointer;line-height:1000px;overflow:hidden;}
.xwin_close:hover{background-color:#6cabc3;border-radius:20px;}
.xwin_resizer{position:absolute;right:10px;bottom:10px;width:15px;height:15px;background:#ccc;overflow:hidden;}
.xwin_title{height:30px;line-height:30px;*line-height:32px;overflow:hidden;padding-left:6px;font-weight:bold;color:#fff;text-align:left;white-space:nowrap;*min-width:1000px;}
.xwin_title a{color:#ff0;}
.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;}
.xwin_hm{background-position:-75px -13px;}
.xwin_hr{background-position:right -13px;height:20px;}
.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(/content/xwin/img/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_button{text-align:center;padding:10px 0;}
.xwin_button a{display:inline-block;width:60px;height:22px;line-height:22px;overflow:hidden;text-align:center;text-decoration:none;margin:0 5px;color:#fff;background:#237fa3;border-radius:4px;}
.xwin_button a:hover{background:#3e99bd;text-decoration:none;}
.xwin_icon{position:absolute;left:20px;top:20px;width:42px;height:59px;background-image:url(/content/xwin/img/message.png);background-repeat:no-repeat;}
.xwin_alert{background-position:0 0;}
.xwin_confirm{background-position:-42px 0;}
.xwin_success{background-position:-84px 0;}
.xwin_error{background-position:-126px 0;}

