.CWINDOW { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
.CWINDOW .LEFT_TOP,
.CWINDOW .TOP,
.CWINDOW .RIGHT_TOP,
.CWINDOW .RIGHT,
.CWINDOW .RIGHT_BOTTOM,
.CWINDOW .BOTTOM,
.CWINDOW .LEFT_BOTTOM,
.CWINDOW .LEFT { opacity: 0.2; filter: alpha(opacity=20); background: #000; }
/* 边框样式 */
/* 左上：请不要定义padding/margin/border/top/right/bottom/left属性 */
.CWINDOW .LEFT_TOP { width: 8px; border-radius: 5px 0 0 0; height: 28px; }
/* 上边：请不要定义padding/margin/border/top/right/bottom/left属性 */
.CWINDOW .TOP { height: 38px; }
/* 右上：请不要定义padding/margin/border/top/right/bottom/left属性 */
.CWINDOW .RIGHT_TOP { width: 8px; height: 28px; border-radius: 0 5px 0 0; }
/* 右边：请不要定义padding/margin/border/top/right/bottom/left属性 */
.CWINDOW .RIGHT { width: 9px; }
/* 右下：请不要定义padding/margin/border/top/right/bottom/left属性 */
.CWINDOW .RIGHT_BOTTOM { width: 9px; height: 7px; border-radius: 0 0 5px 0; }
/* 下边：请不要定义padding/margin/border/top/right/bottom/left属性 */
.CWINDOW .BOTTOM { height: 8px; }
/* 左下：请不要定义padding/margin/border/top/right/bottom/left属性 */
.CWINDOW .LEFT_BOTTOM { width: 8px; height: 7px; border-radius: 0 0 0 5px; }
/* 请不要定义padding/margin/border/top/right/bottom/left属性 */
.CWINDOW .LEFT { width: 9px; }
/* 功能区样式 */
.CWINDOW .CLOSE { width: 14px; height: 14px; right: 18px; top: 16px; background: url(../images/window/w-close.png); cursor: pointer; }
.CWINDOW .CLOSE_HOVER { background-position: -20px 0; }
.MODAL { background-color: black; filter: alpha(opacity=30); opacity: 0.3; }
/* 请不要定义margin/left/top属性 */
.CWINDOW .E_RESIZE { width: 5px; line-height: 0; cursor: e-resize; }
.CWINDOW .SE_RESIZE { width: 5px; height: 5px; line-height: 0; cursor: se-resize; }
.CWINDOW .S_RESIZE { height: 5px; line-height: 0; cursor: s-resize; }
.CWINDOW .SW_RESIZE { width: 5px; height: 5px; line-height: 0; cursor: sw-resize; }
.CWINDOW .W_RESIZE { width: 5px; line-height: 0; cursor: w-resize; }
.CWINDOW .NW_RESIZE { width: 5px; height: 5px; line-height: 0; cursor: nw-resize; }
.CWINDOW .N_RESIZE { height: 5px; line-height: 0; cursor: n-resize; }
.CWINDOW .NE_RESIZE { width: 5px; height: 5px; line-height: 0; cursor: ne-resize; }
/* 逻辑区样式 */
.CWINDOW .CONTENT { /* 请不要定义padding/margin属性 */
background-color: #f7f7f7; /* filter: alpha(opacity=95); opacity: 0.95;  */ }
.CWINDOW .CONTENT .FORM { font-size: 14px; margin: 0px; padding: 12px; }
.CWINDOW .TITLE { /* 请不要定义margin属性 */
margin: 8px 9px 0; font-size: 14px; background: #fff; line-height: 15px; overflow: hidden; }
.CWINDOW .TITLE .TEXT { color: #336699; font-size: 14px; line-height: 17px; font-weight: bold; overflow: hidden; white-space: nowrap; padding: 10px; }
/* .CWINDOW .TITLE .TEXT span { background: #E6E6E6; }
*/
/* 内容列表 js设置 可选显示项目 窗口样式 */
.aListSet_windowall { width: 400px; position: absolute; xtop: 100px; }
.aListSet_wleftop { background: url(../images/window/LEFT_TOP.gif); height: 28px; width: 8px; float: left; }
.aListSet_wintitle { height: 28px; line-height: 28px; text-align: left; font-weight: bold; background: url(../images/window/TOP.gif); width: 380px; float: left; }
.aListSet_wintitle span { color: #FFF; }
.aListSet_wrighttop { background: url(../images/window/RIGHT_TOP.gif); height: 28px; width: 8px; float: left; }
.aListSet_wclose { width: 42px; height: 17px; background: url(../images/window/CLOSE.gif); float: right; display: block; cursor: pointer; }
.aListSet_wclose:hover { background: url(../images/window/CLOSE_HOVER.gif); }
.aListSet_wcontent { width: 360px; float: left; background: #FFF; padding: 0 20px 10px; background: url(../images/window/LEFT_RIGHT.gif) #fff; }
.aListSet_wlefbottom { background: url(../images/window/LEFT_BOTTOM.gif); height: 7px; width: 8px; float: left; overflow: hidden; }
.aListSet_wbottom { height: 7px; line-height: 28px; background: url(../images/window/BOTTOM.gif); width: 380px; float: left; overflow: hidden; }
.aListSet_wrightbottom { background: url(../images/window/RIGHT_BOTTOM.gif); height: 7px; width: 8px; float: left; overflow: hidden; }