
.adm_wbox{

    position:absolute;

    width: 960px;
    margin:0px;
    background-color: #EEEEEE;
    padding: 0px;
    overflow: hidden;
    height: auto; 
    padding-right:4px;  
    border: solid 1px #969A99;

    border-top-left-radius: 12px; 
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px; 
    border-bottom-right-radius: 12px;
    
   filter:alpha(opacity=90);
   opacity: 0.9;

}
.adm_box, .adm_wbox {
        min-height: 700px;
       
	background-image: url(icone/resizable.png);
	 background-position: bottom right;
	 background-repeat: no-repeat;
		
}

.windowActive {
    border-color: #0064c4;
    box-shadow: 0px 0px 11px 1px #0064c4;/*#9999aa*/
    filter:alpha(opacity=100);
    opacity: 1;
}



