/* moodalbox CSS */

div#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #707070;
	display: none;
	height: 100%;
	z-index: 4398;
	top: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div#mb_center {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 4401;
}

div#mb_centercontainer {
	/*
	background: url(../images/loadingLogo.png) no-repeat center center;
	*/
	width: 100%;
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 4400;
}

div.loader
{
	/*background: url(../i/loadingAnim.gif) no-repeat center;*/
}

div#mb_centercontainerinner {
	width: 100%;
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 4400;
}

div#mb_contents {
	overflow: auto;
	visibility: hidden;
}

#mb_error {
	font-size: 1.2em;
	color: #CD0000;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
	display: none;
}

div#mb_caption {
	margin-right: 71px;
}
