
.adm_box{
   
	position:absolute;
	
	width: 960px;
	margin:0px;
	background-color: #EEEEEE;
	padding: 0px;
  
	height: auto; 
	 left: 0px;
		
	border: solid 1px #969A99;/**/
		 
			 border-top-left-radius: 12px; 
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px; 
		border-bottom-right-radius: 12px;
		 
  overflow: hidden;
		
		top:4px;
}

.adm_wbox{
   
	position:absolute;
	 
	width: 960px;
	margin:0px;
	background-color: #EEEEEE;
	padding: 0px;
  overflow: hidden;
	height: auto; 
	  
		border: solid 1px #969A99;
		
		 border-top-left-radius: 12px; 
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px; 
		border-bottom-right-radius: 12px;
		 
}

.windowActive {
	 border-color: #0064c4;
	 box-shadow: 0px 0px 8px 1px #9999aa;
}

#adm_top
{
	border-color: #D3EBF8;
}