/*=================*/
	/*Moodalbox*/
	/*=================*/
	
	div#mb_overlay { background-color: #666; cursor: pointer; font-size:0; line-height:0; left:0; position: absolute; width: 100%; }
	div#mb_center, div#mb_bottom { background-color: #fff; left: 50%; overflow: hidden; position: absolute; }
	div#mb_center { background-color: #fff; padding:20px; }
	div#mb_contents { clear:both; overflow: hidden; background-color: #fff; padding-bottom:10px; visibility: hidden; }
	.mb_loading { background: #fff url('../../img/moodalbox/loading.gif') no-repeat center center; }
	#mb_error { font-size: 1.2em; color: #000; font-weight: bold; text-align: center; padding: 0.5em; }
	#mb_error em { font-size: 0.8em; }
	div#mb_bottom { color: #666; line-height: 0em; text-align: left; padding:0 20px 10px 20px; }
	a#mb_close_link { height: 22px; background: transparent url('../../img/moodalbox/close.gif') no-repeat 90% 0; clear:both; color:#333; display: block; float: right; font-weight:bold; margin: 5px 0; padding-top:3px; width: 74px; text-decoration:none; }
	div#mb_caption { margin-right: 71px; }