.overlay_lw02 {
	background-color:#060606;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.lw02_nw {
  background: transparent url('/lib/unstable/windows_js_1.3/themes/lw02/left-top.gif' ) no-repeat 0 0;
  width:10px;
  height:25px;
}

.lw02_n {
  background: transparent url('/lib/unstable/windows_js_1.3/themes/lw02/top-middle.gif' ) repeat-x 0 0;
  height:25px;
}

.lw02_ne {
  background: transparent url('/lib/unstable/windows_js_1.3/themes/lw02/right-top.gif' ) no-repeat 0 0;
  width:10px;
  height:25px;
}

.lw02_w {
  background: transparent url('/lib/unstable/windows_js_1.3/themes/lw02/frame-left.gif' ) repeat-y top left;
  width:7px;
}

.lw02_e {
  background: transparent url('/lib/unstable/windows_js_1.3/themes/lw02/frame-right.gif' ) repeat-y top right;
  width:7px;
}

.lw02_sw {
  background: transparent url('/lib/unstable/windows_js_1.3/themes/lw02/bottom-left-c.gif') no-repeat 0 0;
  width:7px;
  height:7px;
}

.lw02_s  {
  background: transparent url('/lib/unstable/windows_js_1.3/themes/lw02/bottom-middle.gif' ) repeat-x 0 0;
  height:7px;
}

.lw02_se, .lw02_sizer {
  background: transparent url('/lib/unstable/windows_js_1.3/themes/lw02/bottom-right-c.gif' ) no-repeat 0 0;
  width:7px;
  height:7px;
}

.lw02_sizer {
	cursor:se-resize;
}

.lw02_close {
	width: 23px;
	height: 23px;
	background: transparent url('/lib/unstable/windows_js_1.3/themes/lw02/button-close-focus.gif' ) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.lw02_minimize {
	width: 23px;
	height: 23px;
	background: transparent url('/lib/unstable/windows_js_1.3/themes/lw02/button-min-focus.gif' ) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.lw02_maximize {
	width: 23px;
	height: 23px;
	background: transparent url('/lib/unstable/windows_js_1.3/themes/lw02/button-max-focus.gif' ) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.lw02_title {
	float:left;
	height:14px;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#CC7E34;
}

.lw02_content {
	overflow:auto;
	color: #222;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	/*background:#A9EA00;*/
	background:#FFFFFF;
}