.overlay_sansbordurecroixdansfenetre {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.sansbordurecroixdansfenetre_close {
	width: 16px;
	height: 16px;
	background: transparent url(sansbordurecroixdansfenetre/fermer.gif) no-repeat 0 0;			
	position:absolute;
	top:20px;
	right:46%;
	cursor:pointer;
	z-index:2000;
}


.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}
/* DO NOT CHANGE THESE VALUES*/
.sansbordurecroixdansfenetre {
	display: block;
	position: absolute;
}

.sansbordurecroixdansfenetre table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.sansbordurecroixdansfenetre table.table_window td , .sansbordurecroixdansfenetre.table_window th { 
  padding: 0; 
}

.sansbordurecroixdansfenetre .title_window {
  -moz-user-select:none;
}

