.win_body {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 12px;
	background-color: #FFFFFF;
}

.win_title_left {
	background-color: rgb(60, 120, 181);
	width: 10px;
}

.win_title_mid {
	background-color: rgb(60, 120, 181);
	height: 26px;
	font: Bold 12px "Verdana", "Arial", "Helvetica", "sans-serif", "ËÎÌå";
	line-height: 25px;
	color: #FFFFFF;
	white-space: nowrap;
	text-align: left;
}

.win_title_right {
	background-color: rgb(60, 120, 181);
	width: 10px;
}

.closeButton {
	width: 20px;
	height: 20px;
	float: right;
	background: url(../images/window/close.png) no-repeat right;
	border: none;
	cursor: pointer;
	cursor: hand;
}

.txtbox_required {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.grid_title {
	margin: 10px;
}

.grid_title th {
	color: #FFFFFF;
	background-color: rgb(60, 120, 181);
	font-weight: bold;
}