/* moodalbox CSS */

div#mb_overlay {

position: absolute;
left: 0;
width: 100%;

background-color: #000;
cursor: pointer;
z-index: 999 ;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #fff;
z-index: 1000 ;
}

div#mb_center {
	background: #fff ;
	border: 4px solid #336633;
	
}

div#mb_contents {
font-family: Arial ;
width: 400px;
height: auto !important ;
border: 10px solid #fff;
overflow: hidden;
/*background-color: #fff;*/

}

div#mb_contents h2 {
	font-size: 1.4em ;
	color: #CD0000;
}

.mb_loading {
background: #fff url(/img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #000;
font-weight: bold;
text-align: center;
padding: 0.5em;

}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {

font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 4px solid #336633;
margin-right: 4px ;
border-top: none ;
padding: 4px 20px 4px 0 ;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(/img/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}


div#mb_center.error {
	background: #fff ;
	border: 4px solid #780000;
}

div#mb_bottom.error {
border: 4px solid #780000 ;
border-top: 0 ;
}
