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

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

#sbox-window
{
	position:				absolute;
	background-color:		#000;
	text-align:				center;
	overflow:				visible;
	padding:				1px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

#sbox-btn-close
{
	position:				absolute;
	width:					100px;
	height:					100px;
	right:					-47px;
	top:					-47px;
	background:				url(http://gaspoz.free.fr/TLWXPN/img/TLWXPN_chiude.png) no-repeat center;
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(http://gaspoz.free.fr/TLWXPN/img/TLWXPN_chiude.png);
}

.sbox-loading #sbox-content
{
	background-image:		url(http://gaspoz.free.fr/TLWXPN/img/img/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	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;
}