@charset "UTF-8";
#panel {
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: left;
	z-index: 150;
	height: 0px;
}
#panel_contents {
	width: 798px;
	position: absolute;
	z-index: 200;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	height: 210px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-right: 1px;
	margin-left: 1px;
}
#toppanel {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	z-index: 500;
	height: 0px;
}
#hide_button   {
	font-weight: bold;
	background-color: #CCCCCC;
	display: block;
	z-index: 500;
}
