@charset "utf-8";
/* CSS Document */
/* Top Slider Panel */
.toppanel_cont {
	width:100%;
	height:104px;
	position:fixed;
	top:-108px;
	z-index:2001;
	
}
.toppanel_buttons{
	position:absolute;
	bottom:-20px;
	width:106px;
	height:20px;
	right:40%;
}
.toppanel_text {
color:#FFF;
width:650px;
height:104px;
margin:0 auto;
background-image:url(../images/statpanelbg.png);
background-position:top;
background-repeat:no-repeat;
}

/* SEO */
.seo_hidden {
display:none;
visibility:hidden;
}

.textfield{
	margin:0;
	padding:0;
	border:0;
	background-color:#701;
	color:#F60;
	font-size:10px;
	height:18px;
	width:100px;
}

.button{
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:bold;
	background-color:#C03;
	color:#FFF;
	border:thin #701;
}