#menu{	position: absolute;	top: 0;	height: 30;	background-repeat: repeat-x;	text-align: center;	text-shadow: white 1px 1px 2px;	padding-top: 14px;	font-size: 14px;	border-left: solid 1px #999999;	background-color: #999999;}#modalPanel{	text-align: center;	z-index: 20;	position: absolute;	top: 0;	left: 0;	color: white;	line-height: 16px;	font-weight: normal;}#modalPanel h1{	margin-top: 1px;	font-size: 18px;}#modalPanel #bg{	opacity: 0.85;	background-color: black;}#modalPanel #text{	width: 95%;	margin: 0 auto;	text-align: left;	font-size: 16px;	margin-bottom: 12px;	line-height : 16px;}#modalPanel #icon{	margin-right: 12px;	margin-bottom: 8px;	float: left;}#modalPanel #button{	text-align: center;	margin: 0 auto;	margin-top: 10px;	padding-top: 11px;	width: 132px;	height: 33px;	font-size: 18px;	background-image: url(img/button/blue.png);	background-repeat: no-repeat;	text-shadow: 1px 1px 2px black;}