/* moodalbox CSS */

div#mb_overlay {
	position: absolute;
	left: 0;
	width: 5000px;
	background-color: #000;
	cursor: pointer;
}

div#mb_boven {
padding-right: 10px;
}

div#mb_boven, div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000000;
	z-index: 101;
}

div#mb_center {
}

div#mb_contents {
	width: 400px;
	height: 400px;
	border: 2px solid #000;
	overflow: auto;
	visibility: hidden;
}

.mb_loading {
	background-color: #000000;
	background-image: url(../images/all/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#mb_error {
	font-size: 1.2em;
	color: #990066;
	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: #666;
	line-height: 1.4em;
	text-align: left;
	border: 0;
	border-top-style: none;
}

a#mb_close_link {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
//	background: transparent url(../images/all/xx.jpg) no-repeat center;
	margin: 0;
}

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

