#redBoxBg {
	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	z-index: 101;
	background-color: #000000;
	border: 0px solid #ffffff;
	-moz-opacity: 0.7; /* for Mozilla */
	opacity: 0.7; /* CSS3 standard */
	filter:alpha(opacity=70) /* for IE */
	overflow: hidden;
}
#redBoxWin {
	position: absolute;
	left: 0px; top: 0px;
	margin: 0;
	padding: 0;
	z-index: 999;
	background-color: #000000;
	border: 5px solid #ffffff;
}
#redBoxTitle {
	padding: 7px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	font-size: small;
	border-bottom: 5px solid #ffffff;
}
#redBoxClose {
	float: right;
	margin: 6px 7px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #efefef;
	text-decoration: none;
}

a#redBoxClose:visited {color: #efefef; text-decoration: none;}
a#redBoxClose:hover {color: #ffffff; text-decoration: underline;}

#redBoxPlayer {
	position: relative;
	background-color: #ffffff;
}

*.fauxLink {cursor: pointer;}