/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 1000px;
cursor: pointer;
filter: alpha(opacity=40) !IMPORTANT;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #B7B0A0;
}

div#mb_center {
background-color: #B7B0A0;
}

div#mb_contents {
width: 400px;
height: 400px;
border: none;
overflow: hidden;
visibility: hidden;
}

.mb_loading {
background: #DDD;
}

#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: #B7B0A0;
line-height: 12px;
text-align: left;
border: none;
filter: alpha(opacity=100) !IMPORTANT;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 14px;
margin: 1px 7px 3px 2px;
margin-right: 14px;
color:White;
font-size:10px;
text-align: right ;
text-decoration:none;
}

div#mb_caption {
margin-right: 71px;
}

