.overlay_popupRPC {
	background-color: #253c68;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.popupRPC_nw {
	background: transparent url('popupRPC/haut_gauche.gif') no-repeat 0 0;			
  width:8px;
  height:25px;
}

.popupRPC_n {
  background: transparent url('popupRPC/haut.gif') repeat-x 0 0;			
  height:25px;
}

.popupRPC_ne {
  background: transparent url('popupRPC/haut_droit.gif') no-repeat 0 0;			
  width:8px;	  
  height:25px;
}

.popupRPC_w {
  background: transparent url('popupRPC/gauche.gif') repeat-y top left;			
  width:8px;
}

.popupRPC_e {
  background: transparent url('popupRPC/droit.gif') repeat-y top right;			
  width:8px;	  
}

.popupRPC_sw {
  background: transparent url('popupRPC/bas_gauche.gif') no-repeat 0 0;			
  width:8px;
  height:8px;
}

.popupRPC_s {
  background: transparent url('popupRPC/bas.gif') repeat-x 0 0;			
  height:8px;
}

.popupRPC_se, .popupRPC_sizer  {
  background: transparent url('popupRPC/bas_droit.gif') no-repeat 0 0;			
  width:8px;
  height:8px;
}

.popupRPC_sizer {
	cursor:se-resize;	
}

.popupRPC_close {
	width: 23px;
	height: 23px;
	background: transparent url('popupRPC/button-close-focus.gif') no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.popupRPC_minimize {
	width: 8px;
	height: 8px;
	background: transparent url('popupRPC/button-min-focus.gif') no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.popupRPC_maximize {
	width: 8px;
	height: 8px;
	background: transparent url('popupRPC/button-max-focus.gif') no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

/*.popupRPC_title {
	float:left;
	height:0px;
	font-size:14px;
	text-align:center;
	margin-top:0px;
	width:100%;
	color:#123456;
}*/

.popupRPC_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background:#FDFDFD;
	z-index:2000;
}

/* For alert/confirm dialog */
.popupRPC_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	z-index:2000;
}

/*.popupRPC_message {
	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}*/

.popupRPC_buttons {
	text-align:center;
	width:100%;
}

.popupRPC_buttons input {
	width:20%;
	margin:10px;
}

/*.popupRPC_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}*/


