/* moodalbox CSS */

div#mb_overlay {
	position: absolute;
	top:255px;
	left: 50%;
	width: 645px;
	height:340px;
	margin-left:-230px;
	background-color: #214b61;
	opacity: 0.8;
	-moz-opacity: 0.86;
	filter: alpha(opacity=80);
	cursor: pointer;
}
div#mb_center {
	position: absolute;
	top:286px;
	left:50%;
	width:440px;
	height:243px;
	margin-left:-120px;
	overflow: hidden;
	padding:10px;
	border:solid 4px #CCC;
	background-color: #FFF;
}
div#mb_contents{
	position:relative;
	width:100%;
	height:225px;
	font-size:11px;
	font-family:Verdana, sans-serif;	
}
span#close{
/*	position:absolute;*/
	float:right;
/*	border:solid 1px blue;*/
	margin-right:10px;
	font-weight:bold;
	font-size:10px;
	color:#999999;
	text-transform:uppercase;
	cursor:pointer;
/*	z-index:9999;*/
}
div#mb_contents img{
	float:left;
	margin-right:10px;
}
div#mb_contents a#link{
	float:left;
	display:block;
	margin-top:50px;
}
div#mb_contents div#card-contents{
	width:100%;
	clear:both;
}
div#mb_contents div#card-contents h3{
	font-size:11px;
	display:inline;
}
div#mb_contents div#card-contents p p{
	display:inline;
}
div#mb_contents div#card-contents p{
	line-height:15px;
}
span#back{
	text-decoration:underline;
	color:#cc6600;
	cursor:pointer;
}