#toppanel {
	position: absolute;
	top: 0;
	right: 19%;
	text-align: center;
	z-index: 1000;
} 
#panel {
	background:#6a3e82;
	width: 238px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	-webkit-box-shadow: 0px 2px 6px 0px #666;
	-moz-box-shadow: 0px 2px 6px 0px #666;
	box-shadow: 0px 2px 6px 0px #666;
}
#panel_contents {
	background: url(../graphics/panel.png) bottom repeat-x;
	padding-left: 6px;
	padding-right: 6px;
	height: 100%;
	width: 238px;
	position: absolute;
	z-index: -1;
	line-height: 20px;
	font-size: 12px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	color: #fff;
}
#panel_contents h3 {
	background: none;
	margin: 2px;
	padding: 2px;
	text-align: center;
	font-weight: normal;
	color: #3ec0ff;
}
#panel_contents h4 {
	padding: 2px;
	text-align: center;
	font-size: 16px;
	text-shadow: 1px 1px #000;
	margin-bottom: 10px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
}
#panel_contents {
	line-height: 20px;
	font-size: 12px;
}
#login ul {
	list-style: none;
	text-align: center;
	padding: 0px;
}
#login ul li {
	font-size: 18px;
	line-height: 27px;
	background: #756EB8;
	width: 150px;
	margin: 9px 0px 0px 40px;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 2px 2px 6px #FFF; 
}
#login ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px #000;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 173px;
	height: 24px;
	z-index: 20;
	cursor: pointer;
	background: #e2e2e2;
	background: -moz-linear-gradient(top, #6a3e82 1%, #A59FAA 98%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #6a3e82 ), color-stop(98%, #A59FAA));
	background: -webkit-linear-gradient(top, #6a3e82 1%, #A59FAA 98%);
	background: -o-linear-gradient(top, #6a3e82 1%, #A59FAA 98%);
	background: -ms-linear-gradient(top, #6a3e82 1%, #A59FAA 98%);
	background: linear-gradient(top, #6a3e82 1%, #A59FAA 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a3e82 ', endColorstr='#A59FAA', GradientType=0 );
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-shadow: 0px 3px 5px 0px #666;
	-moz-box-shadow: 0px 3px 5px 0px #666;
	box-shadow: 0px 3px 5px 0px #666;
	color:#fff !important;
	font-weight:bold;
}
#panel_contents a{	color:#fff !important;	font-weight:bold;}
#panel_contents #login_btn{
	margin-top:10px;
}