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

.simple_nw {
	background:#ffffff;			
  width:10px;
  height:25px;
  border-top-left-radius:7px;
}

.simple_n {
  background: #ffffff;			
  height:25px;
}

.simple_ne {
  background: #ffffff;			
  width:10px;	  
  height:25px;
  border-top-right-radius:7px;
}

.simple_w {
  background: #ffffff;			
  width:7px;
}

.simple_e {
  background: #ffffff;			
  width:7px;	  
}

.simple_sw {
  background: #ffffff;			
  width:7px;
  height:7px;
  border-bottom-left-radius:7px;
}

.simple_s {
  background: #ffffff;			
  height:7px;
}

.simple_se, .simple_sizer  {
  background: #ffffff;			
  width:7px;
  height:7px;
}

.simple_sizer {
	cursor:se-resize;	
     border-bottom-right-radius:7px;
}



.simple_close {
	width: 23px;
	height: 23px;
	background: transparent url(simple/close.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.simple_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(simple/minimize.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.simple_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(simple/mazimize.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.simple_title {
	float:left;
	height:18px;
	font-size:18px;
	text-align:left;
	margin-top:0px;
	width:100%;
	color:#333;
}

.simple_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.simple_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.simple_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.simple_buttons {
	text-align:center;
	width:100%;
}

.simple_buttons input {
	width:20%;
	margin:10px;
}

.simple_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.simple_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


