﻿/* Z-index of #mask must lower than #boxes .window */   
#mask {   
  /*position:absolute;   
  z-index:9000;   
  background-color:#000;   
  */
	display:none;   
  	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 8000;
	vertical-align: middle;
	text-align: center;

}   
     
#boxes .window {   
  position:absolute;   
  display:none;   
  z-index:8999;   
  padding:20px;   
}   

.popUpWindow {   
  position:fixed;  
  left:0;
  top:0; 
  display:none;
  /*z-index:8999;*/
}   
  
  
/* Customize your modal window here, you can add background image too */   
#boxes #dialog {   
}   


.sidebox {
	margin: 0 auto; /* center for now */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	width:100%;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}