/* moodalbox CSS */
div#mb_overlay {
	position: absolute;
	left: 20px;
	width: 800px;
	background-color: #FFF;
	cursor: pointer;
	z-index: 50;
	top: 0px;
}
div#mb_center {
background-color: #FFF;
}

div#mb_contents {
	background-color: #FFF;
	z-index: 51;
}

div#mb_bottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
	padding-top: 15px;
}

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