#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#00ADEF;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:				url(/fcwsite/include/flowplayer/mootool/closebox.png) no-repeat 0 0;
	border:					none;
}

* html #sbox-btn-close {behavior:url(/fcwsite/include/iepngfix.htc);left:445px;cursor:pointer;}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(/fcwsite/include/flowplayer/mootool/closebox.png) no-repeat 0 0;
}

* html a.sbox-window-ie6 #sbox-btn-close {cursor:pointer;}
* html .sbox-window-ie6 #sbox-btn-close {behavior:url(/fcwsite/include/iepngfix.htc);cursor:pointer;}

.sbox-loading #sbox-content
{
	background-image:		url(/fcwsite/include/flowplayer/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#2A7DA5;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}
