/* moodalbox CSS */

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

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

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

div#mb_contents {
width: 400px;
height: 400px;
border: 1px solid #000;
border-bottom-style: none;
overflow: auto;
background-color: #fff;
visibility: hidden;
padding: 10px;
padding-top: 0;
}

.mb_loading {
background: #DDD url(img/loading.gif) no-repeat center center;
z-index:2;
}

#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: 1px solid #000;
border-top-style: none;
padding: 15px 10px 0 10px;
background: #fff;
/* margin-top: -425px; */
}

a#mb_close_link {
background:transparent url(img/close.png) no-repeat scroll center;
display:inline;
float:right;
height:35px;
overflow:hidden;
padding:0px;
text-indent:-9999px;
width:35px;
}

div#mb_caption {
margin-right: 71px;
line-height: 35px;
font-weight: bold;
}