/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0%;
width: 100%;
background-color: #ffffff;
cursor: pointer;
z-index:100;
}
* html #mb_overlay {
	height: 100%;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #40506a;
}

div#mb_center {
background-color: #FFF;
z-index:101;
}

div#mb_contents {
width: 635px;
height: 482px;
border: 10px solid #40506a;
overflow: auto;
background-color: #ebebeb;
visibility: hidden;
z-index:102;
}

* html div#mb_contents {
width: 700px;
height: 550px;
}

.mb_loading {
background: #DDD 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: 10px;
color: #40506a;
line-height: 1.4em;
text-align: left;
border: 10px solid #40506a;
border-top-style: none;
z-index:102;
}

a#mb_close_link {
float: right;
width: 82px;
height: 18px;
background: url(images/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}