.panel_button {
	margin-left: auto;
	margin-right: auto;
	/* position: relative; */
	top: 0px;
	width: 100px;
	height: 40px;
	background: url(../images/panel_button.png) no-repeat;
	z-index: 20;
	/*
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	*/
	cursor: pointer;
}



#login .panel_button a {
	text-decoration: none;
	margin: 0 10px;
	font-size: 12px;
	font-weight: 600;
	padding: 2px 0 2px 40px;
	display: block;
	height: 40px;
}

.panel_button a:hover {
	color: #999999;
}

.panel_button a.close {
	background: url(../images/minus-icon-lg.png) no-repeat 0 -40px;
}

.panel_button a.close:hover {
	background: url(../images/minus-icon-lg.png) no-repeat 0 0;
}

.panel_button a.open {
	background: url(../images/plus-icon-lg.png) no-repeat 0 -40px;
}

.panel_button a.open:hover {
	background: url(../images/plus-icon-lg.png) no-repeat 0 0;
}


#panel {
	background: #432E2A;
	width: 300px;
	position: relative;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}

#panel_contents {
	background: #432E2A;
/*	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70; */
	height: 100%;
	width: 300px;
	position: absolute;
	z-index: -1;
	/* margin-top: 10px; */
}

#message {
	background: #432E2A;
/*	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70; */
	height: 140px;
	width: 300px;
	/* position: absolute; */
	z-index: -1;
	top: 10px;
	
}

#panel_inner {


	height: 100%;
	width: 300px;
	position: absolute;
	z-index: -1;

}

#panel p {
font-size: 12px;
font-weight: 600;
color: #F2F0BF;
padding: 10px;
}