/* MOODALBOX RULES */

div#mb_overlay {
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #000;
}

div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	background-color: #f8f2e2 ;
	border: 4px solid #751312;
	overflow: hidden;
}

div#mb_contents {
	width: 400px;
	height: 200px;
	background-color: #f8f2e2 ;
	border: 0;
	visibility: hidden;
}

.mb_loading {
	background: #ddd url(../images/loading_moo.gif) no-repeat center center;
}

#mb_error {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #cd0000;
	padding: 0.5em;
}

#mb_error em {
	font-size: 0.8em;
}

div#mb_bottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: left;
	margin-top: -50px;
	background-color: transparent;
	border: none;
}

a#mb_close_link {
	float: right;
	width: 28px;
	height: 20px;
	font: 12px tahoma;
	text-align: center;
	text-decoration: none;
	color : #333;
	line-height: 18px;
	margin: 0 50px 0 0;
	background: url(../images/condbtn.gif) no-repeat;
	border: none !important;
}

div#mb_caption {
	margin-left: 30px;
	*margin-left: 30px;
}