#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 612px;
	text-align: center;
}

#toppanel {
	position: absolute;
	top: 134px;
	width: 612px;
	z-index: 25;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#panel {
	width: 612px;
	position: relative;
	top: 1px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	height: 0px;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}

#panel_contents {
	background: url(/images/loginpanel.png) left top no-repeat;
	height: 100%;
	width: 616px;
	position: absolute;
	z-index: -1;
}

#panel_contents label {
	font-size: 80%;
}

#panel_contents input.inpt {
	font-size: 110%;
	margin-bottom: 0.6em;
}

div#cflogin {
	float: left;
	width: 255px;
	padding: 10px 0 0 34px;
}

div#cfreg {
	float: right;
	width: 255px;
	padding: 10px 38px 0 0;
}

div#cflogin h3,
div#cfreg h3 {
	padding: 0 1em;
}

div#cfreg h3 {
	text-align: right;
}

#show_button {
	display: inline;
	position: relative;
/*	width: 60px;*/
	top: -30px;
	left: 460px;
}

#hide_button {
	position: relative;
	font-size: 90%;
	font-weight: bold;
	z-index: 26;
	margin-top: -36px;
}

#hide_button a,
#show_button a {
	color: #fff;
}

#userinfo {
	color: #fff;
	display: inline;
	float: right;
	text-align: right;
	margin-top: 104px;
	margin-right: -174px;
}
