﻿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; background-color:White;}
.xwin_tl,.xwin_bl,.xwin_tr,.xwin_br,.xwin_hl,.xwin_hr,.xwin_close{width:10px;height:10px;background-image:url(img_gray/xwin.png);_background-image:url(img_gray/xwin.gif);}
.xwin_tm,.xwin_bm,.xwin_hm{background-image:url(img_gray/xwin_x.png);_background-image:url(img_gray/xwin_x.gif);}
.xwin_ml,.xwin_mr{background-image:url(img_gray/xwin_y.png);_background-image:url(img_gray/xwin_y.gif);}
.xwin_close{display:block;position:absolute;right:10px;top:4px;width:50px;height:18px;background-position:-20px 0;overflow:hidden;}
.xwin_close:hover{background-position:-20px -18px;}
.xwin_title{height:25px;line-height:18px;overflow:hidden;text-indent:5px;font-weight:bold;color:black;}
.xwin_tr{background-position:-10px 0;}
.xwin_hl{height:25px;background-position:0 -10px;}
.xwin_hr{background-position:-10px -10px;}
.xwin_bl{background-position:0 -40px;}
.xwin_br{background-position:-10px -40px;}
.xwin_mr{background-position:-10px 0;}
.xwin_hm{background-position:0 -25px;text-indent:5px;font-weight:bold;}
.xwin_bm{background-position:0 -10px;}
.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;}


/*extend*/
.xwin_loading{height:100px;background:url(img_gray/ajax_loading.gif) no-repeat center;}
.xwin_message{}
.xwin_icon{padding-left:80px;height:70px;}
.xwin_text{padding-top:10px;line-height:1.5em;white-space:normal;word-break:break-all;}
.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(img_gray/button.gif);background-repeat:no-repeat;}
.xwin_button a:hover{background-position:0 -21px;text-decoration:none;}
.xwin_alert{background:url(img_gray/icon_alert.jpg) no-repeat 20px 20px;}
.xwin_success{background:url(img_gray/icon_right.jpg) no-repeat 20px 20px;}
.xwin_error{background:url(img_gray/icon_wrong.jpg) no-repeat 20px 20px;}
.xwin_confirm{background:url(img_gray/icon_query.jpg) no-repeat 24px 20px;}


