.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
	height:					1px;
}

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

#sbox-overlay
{
	background-color:		#F7F4EC;
}

#sbox-window
{
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	border:					1px solid #ccc;
	-moz-border-radius:		3px;
}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	left:					-15px;
	top:					-15px;
	background:				url(../images/closebox.png) no-repeat top left;
	border:					none;
}

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

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-loading
{
	background-image:		url(../images/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}
.sbox-loading #sbox-content
{
	color:					#ddd;
	font-weight:			bold;
	font-size:				1.2em;
	text-align:				center;
}