#MB_overlay {
position: absolute;
margin: auto;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
border: 0;
background-color: #000 !important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
position: absolute;
top: 0;
border: 0 solid;
z-index: 10000;
}
#MB_window[id] { position: fixed !important; }

#MB_frame {
position: relative;
height: 100%;
}

#MB_header {
	text-align : center;
	height : 76px;
	margin: 0 auto;
padding: 0;
background : #000000;
}

#MB_content {
	text-align : center !important;
	margin     : 0 auto !important;
position: relative;
padding: 10px 0 0 0;
overflow: auto;
}

#MB_caption {
	text-align : center !important;
	width : 300px;
	margin : 0 auto;
font: bold 100% "Lucida Grande", Arial, sans-serif;
color      : #fff;
padding: 20px 0 0 0;
}

#MB_close span {
    text-indent: -9999px;
    width: 61px;
    height: 52px;
    display: block;
    position: absolute;
    top: 15px;
    right: 0px;
background: transparent url("../img/closewindow.gif") 0 0 no-repeat;
}

#MB_close:hover {
background: transparent;
}

#MB_loading {
padding: 1.5em;
text-indent: -10000px;
background: transparent url(../js/modalbox/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
background : #000000;
}

#MB_frame {
padding-bottom: 4px;
}

#MB_header {
background-color: transparent;
}


/* Alert message */
.MB_alert {
margin: 10px 0;
text-align: center;
}