html{
  height:100%;
  }
body{
  height:auto;
  min-height:100%;
  width:auto;
  min-width:100%;
  margin:0px;
  }

#messagebox-wrapper{
  position:absolute;
  top:50%;
  left:50%;
  width:1px;
  height:1px;
  z-index:200;
  }


.messagebox{
  position:absolute;
  width:250px;
  height:167px;
  display:none;
  margin-left:-150px;
  margin-top:-100px;
  background:url('/includes/plugins/messagebox/images/alertbg2.gif') 0px 0px no-repeat;
  }
  
	.messagebox table{
	  boder-collapse:collapse;
	  width:100%;
	  height:167px;
	  }
	  
  	.messagebox table th{
  	  height:27px;
  	  padding-left:5px;
      padding-top:1px;
  	  text-align:left;
  	  vertical-align:top;
      font:bold 12px Arial;
      color:#fff3a6;
  	  }
  	
  	.messagebox table td{
		  width:200px;
		  vertical-align:middle;
		  text-align:left;
		  padding-right:10px;	
		  height:100px;
		  font-weight:bold;
		  background-position: center center;
		  background-repeat: no-repeat;
		  }
		  
  	.messagebox table td:first-child{
		  width:50px;
		  height:100px;
		  text-align:center;
		  }
		  
		 .messagebox table td.footer{
		   height:37px;
		   vertical-align:top;
		   padding:0px;
		 } 
		 
			 .messagebox table td.footer a{
			   display:inline-block;
			   width:83px;
			   height:23px;
			   overflow:hidden;
			   text-indent:-2000px;
		     background:url('/includes/plugins/messagebox/images/okbutton.gif') 0px 0px no-repeat;
			 } 
			 
			 .messagebox table td.footer a:active{
		     background-position:1px 1px;
			   }
			 
		 .messagebox table td.ok{
		   background-image:url('/includes/plugins/messagebox/images/true.gif');
		 } 
		 
		 .messagebox table td.notice{
		   background-image:url('/includes/plugins/messagebox/images/notice.gif');
		 } 
		 
  	 .messagebox table td.error{
		   background-image:url('/includes/plugins/messagebox/images/false.gif');
		 } 
  
