 .overlay_wineq {
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.wineq_nw {
		background: transparent url(wineq/left-top.gif) no-repeat 0 0;			
  width:8px;
  height:23px;
}

.wineq_n {
  background: #B7B399 url(wineq/top-middle.gif) repeat-x 0 0;			
  height:23px;
}

.wineq_ne {
  background: transparent url(wineq/right-top.gif) no-repeat 0 0;			
  width:8px;	  
  height:23px;
}

/***

.wineq_w {
  background: transparent url(wineq/frame-left.gif) repeat-y top left;			
  width:7px;
}

.wineq_e {
  background: transparent url(wineq/frame-right.gif) repeat-y top right;			
  width:7px;	  
}
***/

.wineq_sw {
  background: transparent url(wineq/bottom-left-c.gif) no-repeat 0 0;			
  width:8px;
  height:23px;
}

.wineq_s {
  background: #B7B399 url(wineq/bottom-middle.gif) repeat-x 0 0;			
  height:23px;
}

.wineq_se, .wineq_sizer  {
  background: transparent url(wineq/bottom-right-c.gif) no-repeat 0 0;			
  width:8px;
  height:23px;
}

.wineq_sizer {
	cursor:se-resize;	
}

.wineq_close {
	width: 12px;
	height: 23px;
	background: transparent url(wineq/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.wineq_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(wineq/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.wineq_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(wineq/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.wineq_title {
	/*float:left;*/
	height:23px;
	font-size:2px;
	width:100%;
	color:#123456;
	padding:0px;
	margin:0px;
}

.wineq_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.wineq_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.wineq_message {
	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.wineq_buttons {
	text-align:center;
	width:100%;
}

.wineq_buttons input {
	width:20%;
	margin:10px;
}

.wineq_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}


