#KB_overlay {
background-image: url(/js/kmtBox/overlay_dark.png); 
position: absolute;
margin: auto;
top: 0;
left: 0;
z-index: 100;
width:  100%;
height: 100%;
}
/* pour ie */
* html #KB_overlay {
background-color: #000;
background-color: transparent;
background-image: url(null.gif);
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/kmtBox/overlay_dark.png", sizingMethod="scale");*/
}
div.KB_window {
position: absolute;
top: 10px;
left: 0px;
background: #fff;
border: 3px solid #ffffff;
overflow:hidden;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius:15px;
-moz-box-shadow:0 0 60px 5px #000;
-webkit-box-shadow: 0 6 90px #000;
box-shadow:0 6 90px #000;
}
div.KB_window_image {
display:none;
position: absolute;
background: #fff;
border: 15px solid #ffffff;
border-bottom: 0;
overflow:hidden;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius:15px;
-moz-box-shadow:0 0 60px 5px #000;
-webkit-box-shadow: 0 6 90px #000;
box-shadow:0 6 90px #000;
}
}
div.KB_window_flash {
position: absolute;
background: #fff;
border: 0px;
overflow:hidden;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius:15px;
-moz-box-shadow:0 0 60px 5px #000;
-webkit-box-shadow: 0 6 90px #000;
box-shadow:0 6 90px #000;
}


div.KB_topbar{
width:100%;
height:24px;
background:#BDCAD8;
background-image:url(/js/kmtBox/header_bg.gif);
border-bottom: 1px solid #ccc;
text-shadow: #ffffff 1px 1px 1px;
cursor: pointer;
-moz-border-radius: 15px 15px 0 0;
-webkit-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;
}

div.KB_topbar_flash{
height:38px;
background:#000000;
cursor: pointer;
-moz-border-radius: 15px 15px 0 0;
-webkit-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;
}

div.KB_caption{
padding:3px 3px 3px 15px;
color:#454545;
font-size:13px;
font-weight:bolder;
float:left;
white-space: nowrap;
}
div.KB_close{
float:right;
white-space: nowrap;
text-align: right;
top: 0;

padding: 3px 5px 0 0;
cursor: pointer;

}
div.KB_close_image {
padding: 3px 0 0 0;
}

div.KB_content{
clear:both;
overflow:auto;
margin:0;
}
div.KB_status{
height:15px;
background: #BDCAD8 url(/js/kmtBox/resize.gif) no-repeat top right;
border:1px solid #808D9B;
cursor: pointer;
-moz-border-radius:  0 0 15px 15px ;
-webkit-border-radius: 0 0 15px 15px;	
border-radius: 0 0 15px 15px;
}
img.KB_resize{
float:right;

}