.overlay_popUpWin {background-color:#1d837b;opacity:0.4;-moz-opacity:0.4;filter:alpha(opacity=40);}
.popUpWin_nw {background:transparent url("popUpWin/left-top.gif") no-repeat 0 0;width:10px;height:25px;}
.popUpWin_n {background:transparent url("popUpWin/top-middle.gif") repeat-x 0 0;height:25px;}
.popUpWin_ne {background:transparent url("popUpWin/right-top.gif") no-repeat 0 0;width:10px;height:25px;}
.popUpWin_w {background:transparent url("popUpWin/frame-left.gif") repeat-y top left;width:7px;}
.popUpWin_e {background:transparent url("popUpWin/frame-right.gif") repeat-y top right;width:7px;}
.popUpWin_sw {background:transparent url("popUpWin/bottom-left-c.gif") no-repeat 0 0;width:7px;height:7px;}
.popUpWin_s {background:transparent url("popUpWin/bottom-middle.gif") repeat-x 0 0;height:7px;}
.popUpWin_se,.popUpWin_sizer {background:transparent url("popUpWin/bottom-right-c.gif") no-repeat 0 0;width:7px;height:7px;}
.popUpWin_sizer {cursor:se-resize;}
.popUpWin_close {width:23px;height:23px;background:transparent url("popUpWin/button-close-focus.gif") no-repeat 0 0;position:absolute;top:0px;right:11px;cursor:pointer;z-index:1000;}
.popUpWin_minimize {width:23px;height:23px;background:transparent url("popUpWin/button-min-focus.gif") no-repeat 0 0;position:absolute;top:0px;right:55px;cursor:pointer;z-index:1000;}
.popUpWin_maximize {width:23px;height:23px;background:transparent url("popUpWin/button-max-focus.gif") no-repeat 0 0;position:absolute;top:0px;right:33px;cursor:pointer;z-index:1000;}
.popUpWin_title {float:left;height:14px;font-size:14px;text-align:center;margin-top:2px;width:100%;color:#123456;}
.popUpWin_content {overflow:auto;color:#000;font-family:Tahoma,Arial,sans-serif;font:12px arial;background:#FDFDFD;}

/* For alert /confirm dialog */
.popUpWin_window {border:1px solid #F00;background:#FFF;padding:20px;margin-left:auto;margin-right:auto;width:400px;}
.popUpWin_message {font:12px arial;text-align:center;width:100%;padding-bottom:10px;}
.popUpWin_buttons {text-align:center;width:100%;}
.popUpWin_buttons input {width:20%;margin:10px;}
.popUpWin_progress {float:left;margin:auto;text-align:center;width:100%;height:16px;background:#FFF url("alert/progress.gif") no-repeat center center;}
.popUpWin_wired_frame {background:#1d837b;opacity:0.4;-moz-opacity:0.4;filter:alpha(opacity=40);}


div.popUpWin_buttons {}
div.popUpWin_buttons ul {margin:20px 0 0 0;padding:0;list-style-type:none;overflow:hidden;}
div.popUpWin_buttons ul li {height:24px;float:left;margin:0 0 0 5px;}
div.popUpWin_buttons ul li.first {margin-left:0;}
div.popUpWin_buttons ul li a,div.popUpWin_buttons ul li a span {display:block;line-height:24px;font-weight:bold;color:#fff;text-decoration:none;margin:0;}
div.popUpWin_buttons ul li a {padding-left:13px;background:url("popUpWin/button_gray_lt.gif") no-repeat left top;}
div.popUpWin_buttons ul li a span {padding-right:13px;background:url("popUpWin/button_gray_rt.gif") no-repeat right top;}
div.popUpWin_buttons ul li a:hover {background:url("popUpWin/button_blue_lt.gif") no-repeat left top;}
div.popUpWin_buttons ul li a:hover span {background:url("popUpWin/button_blue_rt.gif") no-repeat right top;}

a.popUpWinClose {position:absolute;right:4px;top:4px;display:block;width:19px;height:0;line-height:0;font-size:0;padding-top:24px;background:url("popUpWin/close_win.gif") no-repeat left top;overflow:hidden;}