/* moodalbox CSS */

div#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
	cursor: pointer;
	z-index: 1000000;
}

div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #DDD;
	z-index: 1000000;
}

div#mb_center {
	background-color: #FFF;
	
	z-index: 1000000;
}

div#mb_contents {
	position: relative;
	/* zwidth: 400px; */
	/* zheight: 400px; */
	border: 1px solid #000;
	border-bottom: 0;
	overflow: auto;
	background: #ffffff url(/images/popups/bg_popups_top.gif) 0 0 repeat-x;
	/* zbackground-color: #FFF; */
	visibility: hidden;
	z-index: 1000000;
}

.mb_loading {
	background: #DDD url(/images/moodalbox/loading.gif) no-repeat center center;
	
	z-index: 1000000;
}

#mb_error {
	font-size: 1.2em;
	color: #CD0000;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	font-family: Verdana, Helvetica, sans-serif;
	z-index: 1000000;
}

#mb_error em {
	font-size: 0.8em;
	z-index: 1000000;
}

div#mb_bottom {
	font-family: Verdana, Helvetica, sans-serif;
	/* zfont-size: 0.9em; */
	color: #404035;
	line-height: 1.4em;
	text-align: left;
	border: 1px solid #000;
	background: #ffffff url(/images/popups/bg_popups_bottom.gif) 0 bottom repeat-x;
	z-index: 1000000;
	overflow: hidden;
}

a#mb_close_link {
	z-index: 1000000;
}

div#mb_caption {
	z-index: 1000000;
	text-indent: -9999px;
}

