/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #F7F7F7;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
border: 10px solid #F7F7F7;
overflow: auto;
background: #000;
visibility: hidden;
padding: 30px 0;
text-align: center;
}

.mb_loading {
background: #DDD url(../images/loading.gif) no-repeat center center;
}

#mb_error {
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 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #F7F7F7;
border-top-style: none;
zwidth: 670px;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../images/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}

div#mb_contents h1#logo {
	background: url(../images/logo-menu.gif) no-repeat;
	width: 190px;
	height: 56px;
}

div#mb_contents p#date { 
	color: #e6e6e6;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}

div#mb_contents #title {
	padding: 10px;
	background: #000;
	zmargin-top: 10px;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;
	width: 75%;
	margin: 10px auto 0 auto;
}

div#mb_contents #title h2 {
	font-style: normal;
	font-size: 2em;
	margin-bottom: 5px;
}

div#mb_contents p {
	padding: 5px 0px 5px 0px;
	font-size: 1em;
}

div#mb_contents ul {
	margin-top: 15px;
	padding: 0 20px;
}

div#mb_contents dl {
	margin-bottom: 15px;
	padding: 0 20px;
}

div#mb_contents dt {
	color: #FFF;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
}

div#mb_contents dd, div#mb_contents li {
	color: #d9d9d9;
	font-size: 1.2em;
	line-height: 1.6em;
}

div#mb_contents #bottom {
	height: 30px;
	display: block;
}