/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
	width: 400px;
	height: 400px;
	overflow: auto;
	background-color: #FFF;
	visibility: hidden;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFB000;
	border-right-color: #FFB000;
	border-left-color: #FFB000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	text-align: left;
	line-height: 1.20em;
}

.mb_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: left;
padding: 0.5em;
font-family: Arial, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
	font-family: Georgia, Times, sans-serif;
	font-size: 0.90em;
	color: #666;
	text-align: left;
	border-top-style: none;
	margin-left:5px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFB000;
	border-right-color: #FFB000;
	border-bottom-color: #FFB000;
	border-left-color: #FFB000;
}

a#mb_close_link {
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	padding-right:25px;
	padding-top:15px;
}

div#mb_caption {
	margin-right: 71px;
	padding-top:10px;
	padding-left:27px;
	padding-bottom:10px;
}
