/* moodalbox CSS */

div#mb_overlay { position: absolute; left:0; width:100%; background:#d68445; cursor: pointer; z-index:1000;}

div#mb_center, div#mb_bottom, div#mb_block_bottom {
position: absolute;
left: 50%;
overflow: hidden;
}

div#mb_center {
z-index:1001;
}
div#mb_contents {
width: 400px;
height: 300px;
overflow: visible;
visibility: hidden;
z-index:1001;
}

/* POPUP layer */
div#mb_contents .block {font:11px Tahoma, Arial, Helvetica, sans-serif; color:#c87762;}
#mb_bottom_img {width:7px; height:7px; border:none; background:url(/static/images/bg_02_.gif);}

.mb_loading {
background: #FFF url(/static/img/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-top-style: none;
background-color: transparent;
z-index:1001;
height:60px !important;
}

div#mb_custom_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 1px solid #329ECD;
border-top-style: none;
background-color: transparent;
width:100%;
height:100px;
}

a#mb_close_link {
display: block;
padding-right:10px;
width: 20px;
height: 20px;
background: transparent url(/static/images/popup_close.gif) no-repeat center top;
margin: 0px 0;
position:absolute;
right:0px; top:35px;
z-index:10000;
}
a#mb_close_link:hover {background: transparent url(/static/images/popup_close.gif) no-repeat center -20px;}

div#mb_caption {
margin-right: 71px;
z-index:1000;
}
