.overlay_sew {
	background-color:#000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index:1000;
}

.sew_nw {
  /*background: transparent url(sew/left-top.gif) no-repeat 0 0;	*/		
  background:#383B3E;
  width:10px;
  height:25px;
   border:#FFFFFF solid 1px;
   border-right:none;
   
}

.sew_n {
  /*background: transparent url(sew/top-middle.gif) repeat-x 0 0; */	
  background:#383B3E;		
  height:25px;
    border:#FFFFFF solid 1px;
   border-left:none;
   border-right:none;
}

.sew_ne {
  /*background: transparent url(sew/right-top.gif) no-repeat 0 0; */
  background:#383B3E;			
  width:10px;	  
  height:25px;
   border:#FFFFFF solid 1px;
   border-left:none;
   
}

.sew_w {
  /*background: transparent url(sew/frame-left.gif) repeat-y top left;*/
background:#B2C5D1;
   width:3px;
      border-left:#FFFFFF solid 1px;

}

.sew_e {
  /*background: transparent url(sew/frame-right.gif) repeat-y top right;*/
background:#B2C5D1;			
   width:3px;
      border-right:#FFFFFF solid 1px;

}

.sew_sw {
  /*background: transparent url(sew/bottom-left-c.gif) no-repeat 0 0; */
background:#B2C5D1;			
   width:3px;
   height:3px;
   border:#FFFFFF solid 1px;
   border-right:none;
   border-top:none;
}

.sew_s {
 /* background: transparent url(sew/bottom-middle.gif) repeat-x 0 0; */
background:#B2C5D1;		
  height:3px;
   border:#FFFFFF solid 1px;
   border-left:none;
   border-top:none;
   border-right:none;
}

.sew_se, .sew_sizer  {
 /* background: transparent url(sew/bottom-right-c.gif) no-repeat 0 0;*/
background:#B2C5D1;			
  width:3px;
  height:3px;
   border:#FFFFFF solid 1px;
   border-left:none;
   border-top:none;
}

.sew_sizer {
	cursor:se-resize;	
}

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

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

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

.sew_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:left;
	margin-top:0px;
	width:100%;
	color:#ffffff;
	font-weight:bold;
}

.sew_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
    font: 12px arial;
	background:#B2C5D1;
	border:0px;
}

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

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

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

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

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

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



