#panel-mypanel {
	z-index: 2;
	color: navy;
	background-image: url("../images/common/panelbg.png");
	background-position: top left;
	background-repeat: repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 640px;
	height: 480px;
	visibility: hidden;
}

#panel-close {
	background: navy;
	color: white;
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 60px;
	height: 18px;
}