.overlay_general {
	background-color: #000000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.general_nw {
	width: 20px;
	height: 20px;
	background: transparent url(/css/modal/general/topLeft.gif) no-repeat bottom left;
}

.general_n {
	height: 20px;
	background: transparent url(/css/modal/general/top.gif) repeat-x bottom;
	
}

.general_ne {
	width: 20px;
	height: 20px;
	background: transparent url(/css/modal/general/topRight.gif) no-repeat bottom left;
}

.general_e {
	width: 20px;
	height: 20px;
	background: transparent url(/css/modal/general/right.gif) repeat-y right;
}

.general_w {
	width: 20px;
	background: transparent url(/css/modal/general/left.gif) repeat-y left;
}

.general_sw {
	width: 20px;
	height: 20px;
	background: transparent url(/css/modal/general/bottomLeft.gif) no-repeat 0 0;
}

.general_s {
	height: 20px;
	background: transparent url(/css/modal/general/bottom.gif) repeat-x top;
}

.general_se, .general_sizer {
	width: 20px;
	height: 20px;
	background: transparent url(/css/modal/general/bottomRight.gif) no-repeat 0 0;
}

.general_close {
	width:0px;
	height:0px;
	display:none;
}

.general_minimize {
	width:0px;
	height:0px;
	display:none;
}

.general_maximize {
	width:0px;
	height:0px;
	display:none;
}

.general_title {
	float:left;
	height:1px;
	width:100%;
}

.general_content {
	overflow: visible;
	color: #000;
	background: #FFF;
}

/* For general/confirm dialog */
.general_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.general_message {
  font: 12px arial;
	width:100%;
	color:#F00;
	padding-bottom:10px;
}

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

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

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










/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
  margin: 0px;
  padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
} 


