.overlay_popUpWin {background-color:#666;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:10px;}
.popUpWin_ne {background:transparent url("popUpWin/right-top.gif") no-repeat 0 0;width:10px;height:10px;}
.popUpWin_sw {background:transparent url("popUpWin/bottom-left-c.gif") no-repeat 0 0;width:10px;height:10px;}
.popUpWin_se,.popUpWin_sizer {background:transparent url("popUpWin/bottom-right-c.gif") no-repeat 0 0;width:10px;height:10px;}
.popUpWin_w,.popUpWin_e {background-color:#f60;width:10px;}
.popUpWin_n,.popUpWin_s {background-color:#f60;height:10px;}

.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;left: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;left: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;left:33px;cursor:pointer;z-index:1000;}
.popUpWin_title {float:left;height:10px;font-size:10px;line-height:10px;text-align:center;margin:0;width:100%;color:#123456;}
.popUpWin_content {overflow:auto;color:#666;font-family:Helvetica,Arial,sans-serif;font-size:12px;background:#f60;}


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;left: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;}