  .overlay_alphacube  {
background-color : black;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.alphacube_nw {
background : transparent url(alphacube/left-top.png) no-repeat 0 0;
width : 6px;
height : 18px;
}
.alphacube_n {
background : transparent url(alphacube/top-middle.png) repeat-x 0 0;
height : 18px;
}
.alphacube_ne {
background : transparent url(alphacube/right-top.png) no-repeat 0 0;
width : 8px;
height : 18px;
}
.alphacube_w {
background : transparent url(alphacube/frame-left.png) repeat-y top left;
width : 6px;
}
.alphacube_e {
background : transparent url(alphacube/frame-right.png) repeat-y top right;
width : 8px;
}
.alphacube_sw {
background : transparent url(alphacube/bottom-left-c.png) no-repeat 0 0;
width : 6px;
height : 11px;
}
.alphacube_s {
background : transparent url(alphacube/bottom-middle.png) repeat-x 0 0;
height : 11px;
}
.alphacube_se, .alphacube_sizer {
background : transparent url(alphacube/bottom-right-c.png) no-repeat 0 0;
width : 8px;
height : 11px;
}
.alphacube_sizer {
cursor : se-resize;
}
.alphacube_close {
width : 22px;
height : 18px;
background : transparent url(alphacube/button-close-focus.png) no-repeat 0 0;
position : absolute;
top : 0;
right : 11px;
cursor : pointer;
z-index : 1000;
}
.alphacube_minimize {
width : 22px;
height : 18px;
background : transparent url(alphacube/button-min-focus.png) no-repeat 0 0;
position : absolute;
top : 0;
right : 55px;
cursor : pointer;
z-index : 1000;
}
.alphacube_maximize {
width : 23px;
height : 18px;
background : transparent url(alphacube/button-max-focus.png) no-repeat 0 0;
position : absolute;
top : 0;
right : 33px;
cursor : pointer;
z-index : 1000;
}
.alphacube_title {
float : left;
height : 14px;
font-size : 11px;
text-align : left;
margin-top : 2px;
padding-left : 15px;
font-weight : bold;
width : 100%;
color : #fff;
background : url(alphacube/carre_titre.png) no-repeat left center;
}
.alphacube_content {
overflow : auto;
color : #000;
font-family : Tahoma, Arial, sans-serif;
font : 12px arial;
background : #fdfdfd;
}
.alphacube_window {
border : 1px solid #f00;
background : #fff;
padding : 20px 20px 10px 20px;
margin-left : auto;
margin-right : auto;
width : 400px;
}
.alphacube_message {
font : 12px arial;
text-align : center;
width : 100%;
padding-bottom : 10px;
}
.alphacube_buttons {
text-align : center;
width : 100%;
}
.alphacube_buttons input {
width : 25%;
margin : 10px;
}
.alphacube_progress {
float : left;
margin : auto;
text-align : center;
width : 100%;
height : 16px;
background : #fff url('alert/progress.gif') no-repeat center center;
}
.alphacube_wired_frame {
background : #fff;
} 