/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #1a1818;
cursor: pointer;
z-index: 10000;

}

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

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
z-index: 10000;
}

.mb_loading {
background: #DDD url(../images/ajax/loading_round.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;
z-index: 10000;
}

#mb_error em {
font-size: 0.8em;
z-index: 10000;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
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/ajax/closelabel.gif) no-repeat center;
margin: 5px 0;
z-index: 10000;
}

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

/* Added for Notice Div */
div#notice {
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #500000;
	background: #BAB09C;
}
div#notice .padding {
	padding: 20px;
}
div#notice h3 {
	font-size: 18px;
}
div#notice p {
	font-size: 13px;
	line-height: 18px;
}
