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

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

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	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('../img/closebox.png') no-repeat center;
	border:					none;
}

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

.sbox-loading #sbox-content
{
	background-image:		url('../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;
}

div.DefaultStickyWin div.body {
	font-family: verdana;
	font-size: 11px;
	line-height: 13px;
}
div.DefaultStickyWin div.top_ul {
	background: white;
	float: left;
	height: 30px;
	width: 15px;
}
div.DefaultStickyWin div.top_ur {
	background: white;
	height: 30px;
	left: 0px !important;
	left: -4px;
	margin: 0px 0px 0px 15px !important;
	margin-right: -4px;
	padding: 0px;
	position: relative;
}
div.DefaultStickyWin h1.caption {
	clear: none !important;
	color: #007ACD;
	float: left;
	font-size: 14px !important;
	font-weight: bold;
	height: 22px !important;
	left: 5px !important;
	margin: 0px 5px 0px 0px !important;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	top: 8px !important;
}
div.DefaultStickyWin div.middle, div.DefaultStickyWin div.closeBody {
	background: white;
	margin: 0px 20px 0px 0px !important;
	margin-bottom: -3px;
	position: relative;
	top: 0px !important;
	top: -3px;
}
div.DefaultStickyWin div.body {
	background: white;
	margin-left: 5px !important;
	padding: 8px 30px 8px 0px !important;
	position: relative;
	right: -20px !important;
}
div.DefaultStickyWin div.bottom {
	clear: both;
}
div.DefaultStickyWin div.bottom_ll {
	background: white;
	float: left;
	height: 15px;
	width: 15px;
}
div.DefaultStickyWin div.bottom_lr {
	background: white;
	height: 15px;
	left: 0px !important;
	left: -4px;
	margin: 0px 0px 0px 15px !important;
	margin-right: -4px;
	position: relative;
}
div.DefaultStickyWin div.closeButtons {
	background: white;
	margin-left: 5px;
	padding: 0px 30px 8px 0px;
	position: relative;
	right: -20px;
	text-align: center;
}
div.DefaultStickyWin a.button:hover {
	background: url(big_button_over.gif) repeat-x;
}
div.DefaultStickyWin a.button {
	background: url(big_button.gif) repeat-x;
	border: 1px solid #999 !important;
	color: #000 !important;
	cursor: pointer;
	margin: 2px 8px 2px 8px;
	padding: 2px 12px;
	text-decoration: none;
}
div.DefaultStickyWin div.closeButton {
	background: url('../img/no-tick.png') no-repeat;
	cursor: pointer;
	height: 16px;
	margin: 10px 15px 0px 0px !important;
	position: absolute;
	right: 0px;
	width: 16px;
}
div.DefaultStickyWin div.dragHandle {
	background: url(drag_corner.gif);
	cursor: move;
	float: left;
	height: 25px;
	left: -3px;
	position: relative;
	top: 5px;
	width: 11px;
}
