#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		transparent;
}

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	border:					7px solid #99cccc;
}

#sbox-btn-close
{
	position:				absolute;
	width:					11px;
	height:					12px;
	right:					2px;
	bottom:					2px;
	background: 			url("/lib/img/bullet-close.gif") top left no-repeat;
	border:					none;
}

#sbox-btn-close:hover{
	background: 			url("/lib/img/bullet-close-o.gif") top left no-repeat;
}

.sbox-loading #sbox-content
{
	background-image:		url(spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}

#sbox-caption{
	border-top:				5px solid #99cccc;
	font-style:				italic;
	font-size:				9px;
	color:					#ff1313;
	background:				url("/lib/img/minimize.gif") 3px 4px no-repeat;
	height:					14px;
	line-height:			14px;
	padding: 				0 0 0 70px;
}

.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;
}