.overlay_gest_style_fen_modal {
	background-color: #000000;
	background-image: url(/macro/atooentreprise/_images/bg2.gif);
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
	/*filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
}

.gest_style_fen_modal_nw {
	background: transparent url(gest_style_fen_modal/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.gest_style_fen_modal_n {
  background: transparent url(gest_style_fen_modal/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.gest_style_fen_modal_ne {
  background: transparent url(gest_style_fen_modal/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.gest_style_fen_modal_w {
  background: transparent url(gest_style_fen_modal/frame-left.gif) repeat-y top left;			
  width:7px;
}

.gest_style_fen_modal_e {
  background: transparent url(gest_style_fen_modal/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.gest_style_fen_modal_sw {
  background: transparent url(gest_style_fen_modal/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.gest_style_fen_modal_s  {
  background: transparent url(gest_style_fen_modal/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.gest_style_fen_modal_se, .gest_style_fen_modal_sizer {
  background: transparent url(gest_style_fen_modal/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.gest_style_fen_modal_sizer {
	cursor:se-resize;	
}

.gest_style_fen_modal_close {
	width: 23px;
	height: 23px;
	background: transparent url(gest_style_fen_modal/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.gest_style_fen_modal_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(gest_style_fen_modal/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.gest_style_fen_modal_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(gest_style_fen_modal/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.gest_style_fen_modal_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#E47211;
}

.gest_style_fen_modal_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FFAC00;
}

