/* squeezebox CSS */
#sbox-window embed,#sbox-window object,#sbox-window select {
	visibility: visible;
}

#sbox-overlay {
	position: absolute;
	background-color: #000;
}

#sbox-window {
	position: absolute;
	background-color: white;
	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(http://data.ehhaa.com/images/closebox.png) no-repeat center;
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(http://data.ehhaa.com/images/closebox.png);
}

.sbox-loading #sbox-content {
	background-image: url(http://data.ehhaa.com/images/loading.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;
}

/*
TIP STYLE
*/
.tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}

.tip-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url('http://data.ehhaa.com/images/users/bubble.png') top left;
}

.tip-text {
	font-size: 10px;
	color: white;
	padding: 4px 8px 8px;
	background: url('http://data.ehhaa.com/images/users/bubble.png') bottom right;
}

/*
ERRORS
*/
.errorMessage {
	background: url('/data/images/err_ct.png') repeat-x;
	height: 53px;
	margin-bottom: 10px;
	padding: 5px 0 0 0;
	color: black;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
}

div.errorMessage div.em-title {
	font-weight: bold;
}

.errorMessage_error {
	/*border: 1px solid #DD3C10;*/
	background: url('/data/images/err.png') no-repeat;
	height: 43px;
	margin: 0 0 0 5px;
	padding: 5px 0 0 50px;
}

.errorMessage_notice {
	/*border: 1px solid #FFE0CF;*/
	background: url('/data/images/err.png') no-repeat;
	height: 43px;
	margin: 0 0 0 5px;
	padding: 5px 0 0 50px;
}

.errorMessage_complate {
	background: url('/data/images/scc.png') no-repeat;
	height: 43px;
	margin: 0 0 0 5px;
	padding: 5px 0 0 50px;
	/*border: 1px solid #95FF8F;*/
}
