@charset "UTF-8";
/* CSS Document */

#panel {
	width: 100%;
	height: 255px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}