/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index:9995;
overflow:hidden;
}

div#mb_center {
position: absolute;
left: 50%;
overflow: hidden; /*normal: scroll */  /* ACTUAL: overflow-y: hidden; overflow-x: hidden; */ 
background-color: #DDD;
z-index:9996;
}

div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color:transparent; 		/* normal: #DDD */
z-index:9997;
}

div#mb_center {
background-color:#333;		/* normal: #FFF o #333 */
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid transparent;		/* NORMAL: 10px solid #DDD */
overflow:hidden;				/* NORMAL: auto*/
background-color: #FFF;
visibility: hidden;
appearance:window;				/* NORMAL: window */
}

.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: Arial;	/* NORMAL: Verdana, Helvetica, sans-serif*/
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Arial; /* NORMAL: Verdana, Helvetica, sans-serif */
font-size: 10px;    /* NORMAL: 10px*/
color: #666;        /* NORMAL: #666 */
line-height: 1.4em; /* NORMAL: 1.4em */
text-align: left;   /* NORMAL: left */
border: 10px solid transparent;  /*NORMAL: 10px solid #DDD */	/* ACTUAL: 10px solid #DDD */
border-top-style: none;   /* NORMAL: none */
}

a#mb_close_link {
display: block;
float: right;
width: 66px;   /*  normal: 66px*/
height: 22px;  /*  normal: 22px*/
background:transparent;		/* normal actual:  transparent url(../img/closelabel.gif) no-repeat center; */
margin: 5px 0; /* normal: 5px 0*/
}

div#mb_caption {
margin-right: 71px; /* normal: 71px*/
}