/* moodalbox CSS */div#mb_overlay {position: absolute;left: 0;width: 100%;background-color: #000;cursor: pointer;z-index:999;}div#mb_center, div#mb_bottom {	position: absolute;	left: 50%;	overflow: hidden;	background-color: #FFFFFF;	z-index:1000;}div#mb_center {background-color: #FFF;z-index:1000;}div#mb_contents {	width: 400px;	height: 400px;	z-index:1000;	border: 10px solid #FFFFFF;	overflow: auto;	background-color: #ffffff;	visibility: hidden;}.mb_loading {	z-index:1000;	background-color: #FFFFFF;	background-image: url(loading.gif);	background-repeat: no-repeat;	background-position: center center;}#mb_error {z-index:1000;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 {	z-index:1000;	font-family: Verdana, Helvetica, sans-serif;	font-size: 10px;	color: #666;	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;}a#mb_close_link {	z-index:1000;	display: block;	float: right;	width: 66px;	height: 22px;	margin: 5px 0;	background-color: #FFFFFF;	background-image: url(closelabel.gif);	background-repeat: no-repeat;	background-position: center;}div#mb_caption {z-index:1000;margin-right: 71px;}