#mboxOverlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:90;   
  background-color:#000;	    
}

* html #mboxOverlay{
	position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:90;   
  background-color:#000;	
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/mbox/overlay.png", sizingMethod="scale");*/
}


#mboxOverlay[id]{ /* IE6 and below Can't See This */
  position:fixed;
}		

#mboxContainer {
	
}

.mbox{	    	    
  padding:0;  
  background:transparent;
  background:#FFFFFF;
  border:1px solid #000000;		       		    
}

#mboxCloseX{
    position:absolute;
    top:5px;
    right:4px;
    cursor:pointer;
}

.mboxTable {
  border:1px solid #000000;
}

.mboxHeader {
	background-color:#000066;
	width:100%;
	height:24px;
	padding-left:2px;		
	cursor:move;		
}
				
.mboxHeaderTxt {
  font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	COLOR: #FFFFFF;		  
  text-decoration:none;
  cursor:move;
}

.mboxMessage {
	background-color:#FFFFFF;
	width:100%;						
	border:0;
	border-top:1px solid #818181;
	border-bottom:1px solid #818181;
}

#mboxMessageIcon {
  width:60px;  
  height:70px;
  margin:0 auto;
  background-color:transparent;  		  
}

#mboxMessageContent {
	 margin-top:5px;  
	 margin-bottom:5px;
}

.mboxMessageTxt {
  font: 12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	COLOR: #000000;		  
  text-decoration:none;   
}				

.mboxFooter {
	background-color:#000066;
	width:100%;
	height:24px;
}

.mboxFooterButton {
	position: relative;
  top:-10px;
 	left:-2px;
  width:59px;
  height:25px;  
  background:url('../images/mbox/close_button.png') no-repeat;	  
  cursor:pointer;
}

.mboxFooterButtonOver {
	position: relative;
  top:-10px;
  left:-2px;
  width:59px;
  height:25px;
  background-color:transparent;
  background:url('../images/mbox/close_button_over.png') no-repeat;	  
  cursor:pointer;
}

.mboxFooterButtonClick {
	position: relative;
  top:-10px;
  left:-2px;
  width:59px;
  height:25px;
  background-color:transparent;
  background:url('../images/mbox/close_button_click.png') no-repeat;	  
  cursor:pointer;
}