html {
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/bg.gif) repeat-x;
	font: 11px "Trebuchet MS";

}

img { border: 0; }

#selection {
	width: 996px;
	height: 39px;
	border: 0px;
	margin: 0 auto;
	position: relative;
	z-index: 2000;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#hint {position: absolute; left:285px; color:#899c33; padding-top:10px;}
#selectbox {
	border: 0px solid #f00;
	position: absolute;
	padding-top:0px;
	left: 380px;
	top: 0;
}

#selectbox form {
	margin: 0;
	padding: 0;
}

#selectbox select {
	margin-top: 19px;
	width: 270px;
	overflow: hidden;
	color: #ababab;
	background: #111;
	height: 22px;
}

#join{
	padding-top:0px;
	float: right;
	width: 300px;

}


div.preview {
	position: absolute;
	width: 216px;
	height: 160px;
	padding: 5px;
	background: #fff;
	z-index: 3400;
}

#select-bg {
	margin: 7px 5px 0 0;
	float: left;
	width: 273px;
	height: 24px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(images/select.gif);
	cursor: pointer;
}

#select-bg span.current {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 25px;
	color: #ababab;
}

#mainselect-bg {
	background: url(images/select-bg.gif) bottom center;
	position: absolute;
	z-index: 3500;
	padding: 5px 8px 8px 0;
	overflow: hidden;
}

#mainselect-bg div {
	padding: 0 1em 1em;
	max-height: 352px;
	overflow: auto;

}

#mainselect-bg div ul {
	margin: 0;
	padding: 5px 0px 0px 0px;
	list-style: none;
}

#mainselect-bg div ul li a {
	font-size: 12px;
	outline: none;
	display: block;
	color: #ababab;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #292929;
}

#mainselect-bg div ul li a:hover { 
	background-color: #2a2c30;
	color: #0e95d5;
}

#mainselect-bg div ul li a.bonus {
	background: url(images/bonus.gif) right center no-repeat;
	
}

#mainselect-bg div ul li a.selected {
	background: #2a2c30 url(images/current.gif) right center no-repeat;
	font-weight:bold;
}


.tip-box {
	width: 226px;
	height: 188px;
	background: url(images/tip.gif) no-repeat;
	padding: 0;
	z-index: 53000;
	text-align: center;
}

.tip-box .tip-title p {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0pt 0pt;
	padding: 0;
}

.tip-box .tip-text {
	margin-right: 0px;
	margin-top: 5px;

}

.tip-box .error {
	background: none;
	width: 220px;
	height: 155px;
}
#join a {float:left;}
#join .close-header {float:right; height:35px; margin-left:10px; width:25px;}
#join .close-header a#close-button {background:url(images/icon-black.gif) no-repeat; display:block; height:9px; margin:16px auto 0; text-indent:-9999px; width:9px;}
#join p.meta-data {float:right; margin:0; padding:0; line-height:40px;}
#join p.meta-data a {color:#9F9F9F; text-decoration:none;}
#join p.meta-data a:hover {text-decoration:underline;}