/* moodalbox CSS */


#mb_overlay {
position: absolute;
left: 0;
width: 100%;
cursor: pointer;
}

#mb_center, #mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;

}

#mb_center {
background-color: #fff;
}

#mb_contents {


overflow: auto;

visibility: hidden;
}

.mb_loading {
background: #DDD url(../images/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 11px;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Arial, Helvetica, sans-serif;
}

#mb_error em {
font-weight:bold;
}

div#mb_bottom {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;

border-top-style: none;
display:none;
}

a#mb_close_link {
display: block;
float: right;
width: 18px;
height: 18px;
margin: 5px;
}

#mb_caption {
margin-right: 71px;
visibility:hidden;
}


/*************   Start POPUP.CSS   **********************/

#popupclientholder				{ background-color:#c6c3bb; }
#popupclientclose				{ float: right; margin-right:20px;}
#popupmaincontent				{margin:0 10px 0 10px;}

/*************   End POPUP.CSS   **********************/