#MB_overlay { position:absolute;margin:auto;top:20;left:0;width:100%;height:100%;z-index:9999;background-color:#000 !important;color:inherit; }
#MB_overlay[id] { position:fixed; }
/*
#MB_window { position:absolute;top:30px;border:0 solid;text-align:left;z-index:10000; }
*/
#MB_window { position:absolute;top:20px;border:0 solid;text-align:left;z-index:10000; }
#MB_window[id] { position:fixed !important; }
#MB_frame { position:relative;background-color:#efefef;color:inherit;height:100%; }
#MB_header { margin:0;height:28px; }
#MB_content { padding:6px .75em;overflow:auto; }
#MB_caption { font:bold 14px/20px "Trebuchet MS",Arial,sans-serif;text-shadow:#fff 0 1px 0;padding:.5em 2em 0 .75em;margin:0;text-align:left; }
#MB_close { display:block;position:absolute;right:5px;top:4px;background:url('/images/buttons/close.png') no-repeat;width:16px;height:16px;line-height:16px;margin:2px 5px; }
#MB_close:hover { cursor:pointer; }
#MB_loading { padding:1.5em;text-indent:-10000px;background:transparent url("/images/animations/spinner.gif") 50% 0 no-repeat; }

/* Color scheme */
#MB_window { background-color:#efefef;color:#000; }
#MB_content { border-top:1px solid #f9f9f9; }
#MB_header { background-color:#ffcb51;color:#393d50;border-bottom:1px solid #ccc; }
#MB_caption { background-color:inherit;color:#393d50; }
#MB_close { background-color:inherit;color:#393d50; }

/* Alert message */
.MB_alert { margin:10px 0;text-align:center; }
