/* OVERALL */
#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-image: url(/images/closebox.png);
	background-repeat: no-repeat;
	background-position: 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: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
}
.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;
}
#sbox-content ol {
	padding-left: 26px;
}
*+html #sbox-content ol {
	margin-left: 0;
	padding-left: 30px;
}

/* PRO SQUEEZEBOX CSS */
#login_boxed fieldset, #subscribe_boxed fieldset {
	margin-top: 10px;
	border: 1px solid #f5d6c0;
}
#login_boxed h1 img, #subscribe_boxed h1 img {
	position: relative;
	top: -8px;
}
#login_boxed fieldset a {
	color: #843c10;
	font-weight: bold;
}
#subscribe_boxed p {
	margin: 0 0 8px 8px;
	font-size: 9px;
}
#login_boxed label, #login_boxed label span, #subscribe_boxed label, #subscribe_boxed label span {
	display: block;
}
#login_boxed label, #subscribe_boxed label {
	margin: 0 4px 8px 8px;
	height: 32px;
}
#login_boxed label.error {
	height: auto;
}
#login_boxed label input[type=text], #login_boxed label input[type=password], #subscribe_boxed label input[type=text] {
	padding: 2px;
	width: 200px;
	font-size: 11px;
}
#login_boxed label input[type=submit], #subscribe_boxed label input[type=submit] {
	padding: 2px 4px;
	font-size: 11px;
	color: #fff;
	background-color: #346699;
	border: 0;
}
