#classbox{
	display: none;
	visibility: hidden;
	text-align: center;
}
#classbox.ok {
	display: block;
	visibility: visible;
}

#classbox_opacity {
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: 1px;
	width: 1px;
	left: 0px;
	top: 0px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color: #000000;
	text-align: center;
}


#classbox_box {
	border: 3px solid #CCCCCC;
	z-index: auto;
	padding: 10px;
	background-color: #FFFFFF;
	display: block;
	text-align: left;
	color: #000000;
	position: absolute;
	top: 0px;
}
#classbox_box #classbox_close {
	font-size: 9px;
	text-align: right;
	height: 16px;
	float: right;
	display: block;
	cursor: pointer;
	cursor: hand;
	background-image: url(../imagens/close.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
#classbox_box #classbox_title {
	font-size: 12px;
	height: 16px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#classbox_box #classbox_content {
	text-align: center;
	clear: both;
	overflow: auto;
	background-image: url(../imagens/load.gif);
	background-repeat: no-repeat;
	background-position: center center;
}