@charset "UTF-8";
/* CSS Document */
   #panel {
	position: absolute;
	margin-left: auto;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	left: 555px;
	top: 224px;
	margin-right: auto;
	width: auto;
      }
