#message {
	visibility:hidden;
	position:absolute;
	z-index:20;
	top:160px;
	margin:0 0 0 73px;
	padding:0;
	width:500px;
}

#info-box-wrapper-left {
	background:#666666;
	width:7px;
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.3;
}

#info-box-wrapper-right {
	background:#666666;
	width:7px;
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.3;
}

#info-box-wrapper-top {
	background:#666666;
	width:500px;
	height:7px;
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.3;
}

#info-box-wrapper-bottom {
	background:#666666;
	width:500px;
	height:7px;
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.3;
}

#info-box-header {
	background:url(../images/infobox-header.jpg) top left repeat-x;
	width:486px;
	height:25px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
}

#info-box-content {
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	font-family:arial;
	color:#333333;
	vertical-align:top;
	background:#ffffff;
	width:486px;
	padding:0;
}

#info-box-content h2 {
	margin:30px 30px 10px 30px;
	font-size:16px;
	line-height:20px;
}

#info-box-content p {
	margin:0 30px 10px 30px;
	font-size:11px;
}

#info-box-content ul li {
	font-size:11px;
	margin:10px 30px 10px 50px;
}

#info-box-content a, #info-box-content a:active {
	color:#cc0000;
}

#scrolling-layer {
	overflow:auto;
	margin:20px 0 0 0;
}

img.close-info-box {
	float:right;
	margin:1px 1px 2px 0;
	border:0;
}

.infoheader {
	float:left;
	color:#333333;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin:4px 0 0 30px;
}

.underline {
	text-decoration:underline;
}
