/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index: 1000;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #fff;
color: #333;
z-index: 1001;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 3px solid #fff;
overflow: auto;
background-color: #FFF;
visibility: hidden;
z-index: 1002;
}

#container {
	display: block;
	position: relative;
	text-align: left;
	margin: 10px;
	padding: 10px;
}

#container h2 {
	display: block;
	position: relative;
	clear: both;
	color: #005a92;
	height: 25px;
	margin: 10px 0 3px 0;
	font: normal 18px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#container p {
	display: block;
	margin: 10px 0 0 0;
}

#container dl {
	display: block;
	margin: 0 0 0 0;
}

#container dl dt {
	display: inline;
	margin: 0 10px 0 0;
	text-decoration: underline;
}

#container dl dd {
	margin: 0 0 0 0;
}

#container ul li {
	display: block;
	margin: 5px 0 0 0;
	padding-left: 10px;	
	background: url(../images/disc-trans.png) no-repeat left top;
}

#container ol {
	margin-left: 10px;
	list-style: decimal;
}

#container ol li {
	margin-left: 15px;
}

.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: 3px solid #fff;
border-top-style: none;
}

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;
}