<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 �桁� ---- */</pre></body></html>