/* moodalbox CSS */

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

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #fff;z-index:600;}
div#mb_bottom {
-webkit-border-bottom-left-radius: 4px;
       -moz-border-radius-bottomleft: 4px;
      CCborderRadius-BL: 8px;-webkit-border-bottom-right-radius: 4px;
       -moz-border-radius-bottomright: 4px;
      CCborderRadius-BR: 4px;}

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

iframe#mb_contents,div#mb_contents {
width: 400px;
height: 400px;
border: 4px solid #fff;
overflow: auto;
background-color: #FFF;
}
div#mb_contents,div#mb_center {
-webkit-border-top-left-radius: 4px;
       -moz-border-radius-topleft: 4px;
      CCborderRadius-TL: 4px;-webkit-border-top-right-radius: 4px;
       -moz-border-radius-topright: 4px;
      CCborderRadius-TR: 4px;}

.mb_loading {
background: #f0f0f0 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: 0.9em;
color: #666;
line-height: 1.1em;
text-align: left;
border: 4px solid #fff;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 24px;
height: 22px;
background: transparent url(../images/closelabel.png) no-repeat right;
margin: 8px;
}

div#mb_caption {
color:#333;font-size:0.9em;display:block;padding:0 16px 0 16px;border:0;height:46px;
}
