/* CSS Document */
.win_bg {
	position: absolute;
	z-index: 100;
	background: #000;
	filter: alpha(opacity = 20); /*IE*/
	opacity: 0.2; /*Mozilla*/
	left: 0;
	top: 0;
}

.win {
	position: fixed;
	_position: absolute;
	font-size: 12px;
	z-index: 101;
	top: 200px;
	border: 2px solid #177CB7;
	background: #FFF;
}

.winHead {
	border-bottom: 1px solid #177CB7;
	text-indent: 2em;
	background: url(../imgs/alert_header_bg.gif) repeat-x;
	color: #FFF;
	font-weight: bold;
	height: 28px;
	margin-top: -2px;
}

.header_left {
	height: 28px;
	line-height: 28px;
}

.header_left_img {
	position: absolute;
	left: 5px;
	top: 5px;
}

.header_right {
	position: absolute;
	right: 5px;
	top: 2px;
	display: block;
	cursor: pointer;
}

.winBody {
	margin: 14px;
	text-indent: 2em;
	background: #FFF;
}

.winFoot {
	text-align: center;
	margin-bottom: 12px;
}

.btn {
	color: #FFFFFF;
	background-image: url(../imgs/btn-02.gif);
	height: 24px;
	width: 64px;
	border: 0px solid #000066;
	cursor: pointer;
}