/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index: 999;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
z-index: 999;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

#mb_contents #titleEditInput
{
width:70%;
}

.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: 14px;
/*color: #666;*/
color: #000;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(/images/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
margin-top: 10px;
}

img
{
border: 0px;
}

#mb_contents #download
{
text-align: right;
padding-right: 15px;
position: relative;
top: -15px;
}

#descriptionEditInput
{
width: 100%;
height: 80px;
}

#lightboxBody {
padding:10px 0 10px 10px;
width:97%
}

html>body #lightboxBody {
*padding:10px;
*width:95%
}

*html #lightboxBody {
padding:10px;
width:95%
}