/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

/*
* html div#mb_overlay {
	display: none;
} */

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

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

div#mb_contents {
width: 400px;
height: 400px;
border: 1px solid #000;
border-top-style: none;
overflow: auto;
background-color: #fff;
visibility: hidden;
padding: 10px;
padding-top: 0;
}

.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: 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: 10px;
line-height: 20px;
font-weight: bold;
color: #666;
/*line-height: 1.4em; */
text-align: left;
border: 1px solid #000;
border-bottom-style: none;
padding: 0px 10px 0 10px;
background: #fff;
margin-top: -365px;
height: 40px;
}

/*
* html div#mb_contents {
	border-bottom: 0px none;
	border-top: 1px solid #000;
	height: 325px;
	padding: 0px;
	background: #fff;
	}
	
* html div#mb_center {
	padding-top: 30px;
	background: transparent none;
}

* html div#mb_bottom{
	margin-top: 0px;
	border-bottom: 1px solid #000;
	border-top: 0px none;
}
*/
a#mb_close_link {
display: inline;
float: right;
width: 40px;
height: 40px;
background: transparent url(/fileadmin/templates/images/closebutton.png) no-repeat center;
padding: 0px;
text-indent: -9999px;
overflow:hidden;
}

div#mb_caption {
margin-right: 71px;
height: 30px;
padding: 10px 0px 0px 15px;
}