/* moodalbox CSS */

/* MASCARA NEGRA*/
div#mb_overlay {
	position: absolute;
	z-index:999999;
	left: 0;
	padding: 800px 300px 800px 300px;
	width: 1%;
	height: 700px;
	background-color: #000;
	background-repeat: repeat-y;
	cursor: pointer;
	border: 30px;

}


div#mb_overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}





/* NOTA INFORMATIVA*/
div#mb_center, div#mb_bottom {
	position: absolute;
	margin-top: 50px;
	z-index:999999;
	left: 50%;
	overflow: visible;
	/*color fons boto tancar*/
	background-color: #DDD;
}


div#mb_center {
	position: absolute;
	z-index:999999;
	background-color: #FFF;
}


div#mb_contents {
	width: 100px;
	height: 100px;
	border: 10px solid #DDD;
	overflow: auto;
	background-color: #FFF;
	visibility: hidden;
}


.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;
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: 80px;
height: 22px;
background: transparent url(../img/closelabel.gif) no-repeat center;
margin: 5px;
}


div#mb_caption {
margin-right: 71px;
}

