/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #1b1912;
cursor: pointer;
z-index: 100;
}

div#mb_center, div#mb_bottom, div#mb_bottom2 {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #caa553;
z-index: 200;
}

div#mb_center {
background-color: #FFFFFF;
z-index: 200;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 1px solid #caa553;
overflow: auto;
background-color: #FFFFFF;
visibility: hidden;
padding: 10px;
z-index: 200;
}

.mb_loading {
background: #DDD url(/_images/moodalbox-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: #FFFFFF;
line-height: 1.4em;
text-align: left;
border: 0;
border-top-style: none;
border-bottom: 1px solid #FFFFFF;
padding: 11px;
padding-bottom: 0px;
/* background: url(/_images/mootalbox-bottom.gif) no-repeat bottom #caa553; */
background:  no-repeat bottom #caa553;
}

div#mb_bottom2 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
line-height: 1.4em;
text-align: left;
border: 0;
border-top-style: none;
padding: 11px;
padding-bottom: 0px;
background: url(/_images/mootalbox-bottom2.gif) no-repeat bottom #caa553;
}

a#mb_close_link {
display: block;
float: right;
width: 85px;
height: 25px;
background: transparent url(/_images/moodalbox-closelabel.gif) no-repeat center;
margin: 5px 0;
margin-left: 10px;
}

div#mb_caption {
margin-right: 5px;
color: #FFFFFF;
}