#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 100px;
	/* border:2px #3765b4 solid; /* blue */
	 border:2px #7FBA00 solid;	/*green */
	/* border:2px #e40e62 solid;	/* pink */
	text-align:left;
	z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	background-color: #FFF;
	height:100%;
}

#MB_header {
	margin:0;
	height: 28px;
}
.titleX {
	position: absolute;
	right: 5px;
	top: 2px;
}
#MB_content {
	padding: 6px .75em;
	overflow:auto;
}

#MB_caption {
	font: bold 14px Arial, sans-serif;
	font-weight:bold;
	/*text-shadow: #FFF 0 1px 0;*/
	padding: .5em 2em 0 .75em;
	margin: 0;
	text-align: left;
}
#MB_close span {
	display:none;
}
#MB_close {
	display:block;
	position:absolute;
	right:5px; top:2px;
	background:url(../images/closeWindow.gif);
	height:24px;
	width:24px;
}
#MB_close:hover {
	background:url(../images/closeWindow.gif);
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color:#FFF;
	color:#a2a2a2;
}
#MB_window strong {
	color:#888;
}
#MB_content { border-top: 1px solid #7FBA00; 
	padding:20px;
	overflow:hidden!important;
}
#MB_header {
/* background-color:#3765b4;*/
/*  border-bottom: 1px solid #3765b4;  blue */
   background-color:#7FBA00;
  border-bottom: 1px solid #7FBA00;	green 
  /*#e40e62;	/* pink */
 /* background-color:#e40e62;
   border-bottom: 1px solid #3765b4;	/* pink */
}
#MB_caption 
{
    /* background:#3765b4;  blue */
	 background:#7FBA00;	/* green */
	/*background:#3765b4; */
	color:#fff;
}
#MB_window ul,
#MB_window ol {
	/*color:#29a1f5; Suzanne - commented this out */
	margin-left:2em;
}
/* Suzanne added this */
#MB_window li{
	padding:4px 0;
}

#MB_window ul span,
#MB_window ol span {
	color:#a2a2a2;
}


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

#warnimg
{
    display:block;
    position:relative;
    width:73px;
    height:250px; 
  
}

#options
{
    display:block;
    position:relative;
    width:250px;
    height:250px;
    margin-left:0px;   

}

#options p
{
    font: 12px arial;
    color:#555;
    line-height: 17px;
    margin-bottom:20px;    
}

.buttons
{
    margin-left:70px;    
    
}
