

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

#sbox-overlay{
	position: absolute;
	background-color:#FFF;
	margin-top:108px;
	
}

#sbox-window{
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	/*margin: 20px;*/
	padding: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images/dropshadow2.png) no-repeat center;
	_background: none;
	/* Mozilla ignores crazy MS image filters, so it will skip the following 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/dropshadow.png');*/
}
/* IE ignores styles with [attributes], so it will skip the following.
#sbox-window[class]{
background: url(../images/dropshadow.png) no-repeat center;
 } */

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



.sbox-window-ie6 #sbox-btn-close{
	background-image: url(../images/closebox.gif);
}

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

#sbox-content{
	clear: both;
	/*overflow: hidden; 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: hidden;/*visible;*/
}

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