/* slider styles */
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 115px;
	height: 25px;
	background: #FFF url(images/panel_button.png);
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
	float:right;
}
.panel_button_null {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 115px;
	height: 25px;
	background: #FFF url(images/panel_button.png);
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
	float:left;
}

.panel_button img {
	position: relative;
	top: 4px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #555;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: 0px;
	left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}
#hide_button {
background:#F0F0F0;
}
#panel {
	width: 280px;
	position: relative;
	right:20px;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#panel_contents {
	background: #F0F0F0;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 904px;
	position: absolute;
	z-index: -1;
}
#panel h1 {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#222;
	font-weight: normal;
	line-height: 35px;
	left: 150px;
	position: absolute;
	top: 10px;
}
#panel h2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #447c6f;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	top: 60px;
	left: 350px;
}

.border {
	border: 15px #1d1d1d solid;
}
img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
img.border_pic {;
	position: absolute;
	top: 110px;
	float: left;
	margin-left: 150px;
	width: 250px;
	height: 150px;
	z-index: 30;
}
div#login {
margin:0px auto;
	width: 240px;
	height: 120px;
	top:10px;
	left:10px;
	padding:10px;
	text-align: center;
	background:none;
}
div#login H1 {
width:500px;
color:#666666;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px; text-align:left;
}
div#login p {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}

div#login input#login_btn {
	border: 1px #999 solid;
	background:#efefef;
	color:#222;
	cursor: pointer;
}
#login_table th {background:#EEE;
padding:6px;
font-size:13px;
}
#login_table a, #login_table a:visited {
color:#BBB; 
font-size:11px; 
text-decoration:none;
}
#login_table a:hover {
color:#993333; 
text-decoration: underline;
}
#login_table td {
padding:6px;
}



