.s_win {
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 6000;
}
.s_win .s_win_in {
	padding: 20px 18px 15px 18px;	
	background: url('../imgs/win-gray-bg.png') repeat-y;
}
.s_win .s_win_cross {
	position:absolute;
	top: 4px;
	right: 5px;
	width: 50px;
	padding-left: 15px;
	height: 22px;
	line-height: 22px;
	color: #4b5457;
	background: url('../imgs/krizek.gif') no-repeat;
	text-align: left;
	cursor: pointer !important;
}
.s_win .s_win_title {
	position:absolute;
	top: 7px;
	left: 16px;
	width: 400px;
	color: #000;
	font-size: 14px;
	text-align: left;
	cursor: pointer !important;
}
.s_win_top {
	width: 505px;
	height: 33px;
	background: url('../imgs/win-gray-top.png') no-repeat;
}
.s_win_bottom {
	width: 505px;
	height: 9px;
	background: url('../imgs/win-gray-bottom.png') no-repeat;
}
.swin_bad .s_win_top {
	background: url('../imgs/win-red-top.png') no-repeat;
}
.swin_bad .s_win_bottom {
	background: url('../imgs/win-red-bottom.png') no-repeat;
}
.swin_bad .s_win_in {
	background: url('../imgs/win-red-bg.png') repeat-y;
}
.swin_good .s_win_top {
	background: url('../imgs/win-green-top.png') no-repeat;
}
.swin_good .s_win_bottom {
	background: url('../imgs/win-green-bottom.png') no-repeat;
}
.swin_good .s_win_in {
	background: url('../imgs/win-green-bg.png') repeat-y;
}
