.overlay_alert {
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.alert_nw {
	width: 29px;
	height: 20px;
	background-color: transparent;
	background-image: url(../finearts_new/images/alert_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.alert_n {
	height: 20px;
	background-color: transparent;
	background-image: url(../finearts_new/images/alert_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.alert_ne {
	width: 29px;
	height: 20px;
	background-color: transparent;
	background-image: url(../finearts_new/images/alert_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.alert_e {
	width: 29px;
	background-color: transparent;
	background-image: url(../finearts_new/images/alert_06.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

.alert_w {
	width: 29px;
	background-color: transparent;
	background-image: url(../finearts_new/images/alert_04.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

.alert_sw {
	width: 29px;
	height: 24px;
	background-color: transparent;
	background-image: url(../finearts_new/images/alert_07.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.alert_s {
	height: 24px;
	background: transparent url(../finearts_new/images/alert_08.png) repeat-x 0 0;			
}

.alert_se, .alert_sizer {
	width: 29px;
	height: 24px;
	background: transparent url(../finearts_new/images/alert_09.png) no-repeat 0 0;			
}

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

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

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

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

.alert_content {
	overflow:visible;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
	background-image: url(../finearts_new/images/alert_05.png);
	background-repeat: repeat;	
}

/* For alert/confirm dialog */
.alert_window {
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	
}

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

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

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

.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/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;
}   
