#control_overlay {     
  background-color:#000;  
} 
	
.modal {        
	background-color:#fff;       
	padding:0px;       
	border:1px solid #333;  
}   

.tooltip {
	border:1px solid #000;       
	background-color:#fff;      
	height:25px;        
	width:200px;       
	font-family:"Lucida Grande",Verdana;        
	font-size:10px;     color:#333; 
}  

.simple_window {        
	width:250px;        
	height:50px;        
	border:1px solid #000;       
	background-color:#fff;      
	padding:10px;       
	text-align:left;       
	font-family:"Lucida Grande",Verdana;        
	font-size:12px;     color:#333; 
}     

.window {       
	background-position:top left;       
	-moz-border-radius: 10px;       
	-webkit-border-radius: 10px;        
	padding:10px;       
	font-family:"Lucida Grande",Verdana;        
	font-size:13px;     
	font-weight:bold;       
	color:#fff;     
	text-align:center;      
	min-width:150px;        
	min-height:100px;   
}     

.window .window_contents {      
	margin-top:0px;        
	width:100%;     	
	height:100%;        
}  

.window .window_header {        
	text-align:left;  
}   

.window_header {
  background:url(/idx/images/t8_modaltop_bg.png) repeat-x;height:42px;
}

.modal .window_title {       
	margin-top:-7px;        
	margin-bottom:7px;      
	font-size:15px;       
}  

.modal .window_close {     
	display:block;      
	position:absolute;      
	top:7px;       
	right:5px;       
	height:27px;        
	width:100px;       
	cursor:pointer;       
	cursor:hand;    
} 