/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index: 80000;
}

#mb_center {
	position: relative;
	z-index: 90000;
}

div#mb_center, div#mb_bottom {
position: absolute;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
left: 50%;
overflow: hidden;
/*background-color: #ddd;*/
}

#mb_bottom {
	display: none;
}

div#mb_center {
	/*background-color: #DBDBDB;
line-height:22px;*/
}

div#mb_contents {
text-align:left;
/*width: 680px;
height: 500px;*/
overflow: auto;
cursor:text;
background-image: url(../images/bg-lightbox.png);
	/*background-color: #DBDBDB;*/
visibility: hidden;
}

.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 #DDD;
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;
}