.popcom {
	width: 640px;
	height: 480px;
	background: #F9F9F9;
	padding: 5px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	visibility: hidden;
}

.popcom_close {
	position: absolute;
	top: -13px;
	left: 634px;
	border: transparent 1px solid;
	z-index: 5;
	cursor: pointer;
}

.popcom_close:hover {
	border: #febdaa 1px solid;
}

.popcom_close:active {
	border: #ff3333 1px solid;
}

.popcom_open {
	position: absolute;
	top: -13px;
	left: 614px;
	border: transparent 1px solid;
	z-index: 5;
	cursor: pointer;
}

.popcom_open:hover {
	border: #febdaa 1px solid;
}

.popcom_open:active {
	border: #ff3333 1px solid;
}

#infoboxbackground {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	width: 99%;
	height: 99%;
	overflow: hidden;
	background-color: #aaaaaa;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity = 70);
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.7;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.7;
	/* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
	opacity: 0.7;
}

#infobox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 99%;
	height: 99%;
	overflow: hidden;
	z-index: 5;
	border: solid 1px #dddddd;
	background: transparent;
}

#infoboxframe {
	border: none;
	overflow: auto;
	z-index: 6;
	vertical-align: top;
	width: 99%;
	height: 99%
}

#infoboxclose {
	position: absolute;
	top: 170px;
	left: 920px;
	z-index: 8;
	cursor: pointer;
}

#infoboxtable {
	background-color: white;
	border: solid #dddddd 1px;
	position: static;
	width: 400px;
	height: 400px;
	margin: 15px;
	display: block;
	-moz-box-shadow: 1px 1px 7px #888;
	-webkit-box-shadow: 1px 1px 7px #888;
	box-shadow: 1px 1px 7px #888;
	border-radius: 5px;
	z-index: 7
}

#infoboxtitle {
	margin: 10px;
	background-color: #b8d4fd;
	background-image: url(../css/img/tab_mt.png);
	background-repeat: repeat;
	color: black;
	font-size: 14px;
	font-weight: bold;
}