
/* ?????? */
.CWINDOW .LEFT_TOP
{
	/* ????????????padding/margin/border/top/right/bottom/left???? */
	width: 8px;
	height: 28px;
	background-image:url(../images/left_top.gif);
	background-repeat: no-repeat;
}
.CWINDOW .TOP
{
	/* ???????????padding/margin/border/top/right/bottom/left???? */
	height: 28px;
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
}
.CWINDOW .RIGHT_TOP
{
	/* ????????????padding/margin/border/top/right/bottom/left???? */
	width: 8px;
	height: 28px;
	background-image: url(../images/right_top.gif);
	background-repeat: no-repeat;
}
.CWINDOW .RIGHT
{
	/* ???????????padding/margin/border/top/right/bottom/left???? */
	width: 9px;
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
}
.CWINDOW .RIGHT_BOTTOM
{
	/* ???¡ê????????padding/margin/border/top/right/bottom/left???? */
	width: 9px;
	height: 7px;
	background-image: url(../images/right_bottom.gif);
	background-repeat: no-repeat;
}
.CWINDOW .BOTTOM
{
	/* ?¡À?????????padding/margin/border/top/right/bottom/left???? */
	height: 8px;
	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
}
.CWINDOW .LEFT_BOTTOM
{
	/* ???¡ê????????padding/margin/border/top/right/bottom/left???? */
	width: 8px;
	height: 7px;
	background-image: url(../images/left_bottom.gif);
	background-repeat: no-repeat;
}
.CWINDOW .LEFT
{
	/* ???????padding/margin/border/top/right/bottom/left???? */
	width: 9px;
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
}

/* ????????? */
.CWINDOW .CLOSE
{
    width: 42px;
    height: 17px;
    right: 3px;
    top: 3px;
    background-image:url(../images/close_button.gif);
	cursor:default;
}
.CWINDOW .CLOSE_HOVER
{
    background-position:0 -20px;
}
.MODAL{
	background-color:#333435;
	filter:alpha(opacity=10);
	opacity:0.1;
}
/* ???????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
{
    background-color:#f7f7f7;
}
.CWINDOW .CONTENT .FORM
{
	font-size: 14px;
	margin: 0px;
	padding: 12px;
}
.CWINDOW .TITLE
{
	/* ???????margin???? */
    padding:7px 60px 0px 9px;
    font-size:14px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
}
.CWINDOW .TITLE .TEXT
{
	color:#FFF;
    font-size:14px;
	line-height:17px;
	font-weight:bold;
    overflow: hidden;
	white-space:nowrap;
	
}
/*.CWINDOW .TITLE .TEXT span
{
	background:#E6E6E6;
}*/
