/* moodalbox CSS */

div#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #41196C;
	cursor: pointer;
}

div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #FFFFFF;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
	width: 400px;
	height: 600px;
	border: 10px solid #FFFFFF;
	overflow: auto;
	background-color: #FFF;
	visibility: hidden;
}

.mb_loading {
	background-color: #41196C;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#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 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F1869;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
}

a#mb_close_link {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin: 5px 0;
	background-color: transparent;
	background-image: url(../images/closelabel.gif);
	background-repeat: no-repeat;
	background-position: center;
}

div#mb_caption {
	margin-right: 71px;
	color: #333333;
}

