.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 240px;
	height: 51px;
background: url(../images/global/member-bottom.png) no-repeat bottom;
	z-index: 20;
	cursor: pointer;
	
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	position: relative;
	top: 5px;
	left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.panel_button a:hover {
}
#member-login {
	position: absolute;
	width: 240px;
	left: 680px;
	z-index: 1000;
	text-align: center;

}
#panel {
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: #008cd5;
	height: 100%;
	width: 240px;
	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;
}

.border {
}
img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
div#login {
	width: 240px;
	height: 150px;
	position: absolute;
	top: 0;
	text-align: left;
	padding-left: 10px;
}
div#login p {
	color: #fff;
	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: 30px;
	left: 86px;
}

