#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 : url("../js/modalbox/header.gif") transparent no-repeat;
}

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

#MB_caption {
	text-align : center;
	width : 200px;
font: bold 100% "Lucida Grande", Arial, sans-serif;
color      : #fff;
text-shadow: #553f16 0 1px 0;
padding: 20px 0 0 0;
margin: 0 auto;
}

#MB_close span {
	text-indent : -9999px;
display: block;
position: absolute;
right: 55px;
top: 15px;
	width   : 40px;
	height  : 40px;
}

#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 : url("../js/modalbox/bottom.gif") 0 bottom no-repeat;
}

#MB_frame {
padding-bottom: 4px;
}

#MB_header {
background-color: transparent;
}


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