div.redcrosswin {
	margin: 0px;
	background-color: #fff;
	width: 379px;
	height: auto;
	position: absolute;
	z-index: 2;
	visibility: hidden;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.redcrosswin div.topwin {
	margin: 0px;
	width: 100%;
	height: 25px;
}

div.redcrosswin div.topwin div.lefttop {
	margin: 0px;
	float: left;
	width: 29px;
	height: 25px;
	background: url(/graphics/win/top_left_crn.gif);
}
div.redcrosswin div.topwin div.righttop {
	margin: 0px;
	float: left;
	width: 29px;
	height: 25px;
	background: url(/graphics/win/top_right_crn.gif);
}
div.redcrosswin div.topwin div.centertop {
	margin: 0px;
	float: left;
	width: 321px;
	height: 25px;
	background: url(/graphics/win/top_win_bg.gif);
}
div.redcrosswin div.topwin div.centertop font#redwinhead {
	display: block;
	margin-top: 6px;
	font-weight: bold;
	color: #fff;
	position: relative;
	left: -20px;
}
div.redcrosswin div.content {
	margin: 0px;
	border: 0px;
	width: 359px;
	height: auto;
	padding: 10px;
	background: url(/graphics/win/win_bg.gif);
	background-repeat: repeat-y;
}
div.redcrosswin div.footer {
	margin: 0px;
	width: 379px;
	height: 2px;
	background: url(/graphics/win/win_footer_bg.gif);
	font-size: 0px;
	line-height: 0px;
}
