.MODAL
{
	background-color:#333435;
	filter:alpha(opacity=5);
	opacity:0.05;
}
.web
{
	font-size: 1px;
}

/* 边框样式 */
.web .LEFT_TOP
{
	/* 左上：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 15px;
	height: 35px;
	background-image:url(../images/webWindow/web/LEFT_TOP.png);
	background-repeat: no-repeat;
}
.web .TOP
{
	/* 上边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 36px;
	background-image: url(../images/webWindow/web/TOP.png);
	background-repeat: repeat-x;
}
.web .RIGHT_TOP
{
	/* 右上：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 15px;
	height: 35px;
	background-image: url(../images/webWindow/web/RIGHT_TOP.png);
	background-repeat: no-repeat;
}
.web .RIGHT
{
	/* 右边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 16px;
	background-image: url(../images/webWindow/web/RIGHT.png);
	background-repeat: repeat-y;
}
.web .RIGHT_BOTTOM
{
	/* 右下：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 16px;
	height: 15px;
	background-image: url(../images/webWindow/web/RIGHT_BOTTOM.png);
	background-repeat: no-repeat;
}
.web .RIGHT_BOTTOM_BY_BUTTON
{
	/* 右下(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 16px;
	height: 15px;
	background-image: url(../images/webWindow/web/RIGHT_BOTTOM.png);
	background-repeat: no-repeat;
}
.web .BOTTOM
{
	/* 下边：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 16px;
	background-image: url(../images/webWindow/web/BOTTOM.png);
	background-repeat: repeat-x;
}
.web .BOTTOM_BY_BUTTON
{
	/* 下边(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	height: 56px;
	background-image: url(../images/webWindow/web/BOTTOM_BY_BUTTON.png);
	background-repeat: repeat-x;
}
.web .LEFT_BOTTOM
{
	/* 左下：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 15px;
	height: 15px;
	background-image: url(../images/webWindow/web/LEFT_BOTTOM.png);
	background-repeat: no-repeat;
}
.web .LEFT_BOTTOM_BY_BUTTON
{
	/* 左下(有按钮时)：请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 15px;
	height: 15px;
	background-image: url(../images/webWindow/web/LEFT_BOTTOM.png);
	background-repeat: no-repeat;
}
.web .LEFT
{
	/* 请不要定义padding/margin/border/top/right/bottom/left属性 */
	width: 16px;
	background-image: url(../images/webWindow/web/LEFT.png);
	background-repeat: repeat-y;
}

/* 功能区样式 */
.web .RESIZE
{
	width: 8px;
	height: 8px;
	right: 8px;
	bottom: 8px;
}
.web .CLOSE
{
    width: 42px;
    height: 17px;
    right: 15px;
    top: 8px;
    background-image:url(../images/webWindow/web/CLOSE.gif);
	cursor:default;
}

/* 逻辑区样式 */
.web .CONTENT
{
	/* 请不要定义padding/margin属性 */
	/* 请定义left = -(border-left),top = -(border-top) */
	left: 0px;
	top: 0px;
    background-color:#fff;
}
.web .CONTENT .FORM
{
	font-size: 14px;
	margin: 0px;
	padding: 12px;
}
.web .TITLE
{
	/* 请不要定义margin属性 */
    padding:15px 60px 0px 16px;
    font-size:12px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
}
.web .TITLE span
{
	padding:2px 3px 0px 3px;
	background-image:url(../images/webWindow/web/TITLE_BK.png);
}
.web .BUTTON
{
	/* 请不要定义margin属性 (暂不支持:width:100%;bottom:0px;) */
	padding: 0px 20px 25px 0px;
	text-align:right;
}
.web .BUTTON button
{
	width:87px;
	height:28px;
	border:0px;
	padding:0px;
	margin:0px 7px 0px 7px;
	background-color: transparent;
	background-repeat:no-repeat;
}
.web .BUTTON .DISABLED
{
	filter:alpha(opacity=36);
	opacity:0.36;
}

/* 各种按钮样式 */
.web .BUTTON .OK
{
	background-image:url(../images/webWindow/web/OK.gif);
}
.web .BUTTON .CANCEL
{
	background-image:url(../images/webWindow/web/CANCEL.gif);
}
/* ---- VISTA 样式 ---- */