#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	top: -30px;
}

hr#header_stripe {
	height: 8px;
	position: relative;
	top: -7px;
	background-color: #191919;
	border: none;
	color: #191919;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 12px;
	width: 150px;
	height: 38x;
	background: 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;
}
.panel_button img {
	position: relative;
	top: 4px;
	bottom:4px
	border: none;
	width: 10;
	height: 10;
	
}
.panel_button a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 2px;
	left: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #ffffff;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	text-align: center;
}
#toppanel {
	position: absolute;
	width: 396px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 400px;
	position: relative;
	top: 10px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: black;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 400px;
	position: absolute;
	z-index: -1;
}
#panel h1 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	line-height: 35px;
	left: 275px;
	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;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	position: relative;
	top: 10px;
	text-align: left;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
}
.border_log {
	border: 10px #1d1d1d solid;
	padding-top:10px
}
img.border_log {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
img.border_log_pic {
	border: 15px #1d1d1d solid;
	position: absolute;
	top: 15px;
	float: left;
	margin-left: 150px;
	width: 250px;
	height: 60px;
	z-index: 30;
}
div#login {
	width: 220px;
	height: 80px;
	position: absolute;
	right: 50px;
	top: 20px;
	background: #46392f;
	text-align: left;
	padding-left: 10px;
}
div#login p {
	color: #CCCCCC;
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	font-size:9px
	line-height: 25px;
}
div#login input#password {
	position: relative;
	right: -6px;
}
div#login input#login_btn {
	border: 1px #899690 solid;
	cursor: pointer;
	position: relative;
	top: 7px;
	left: 96px;
}
