.overlay_alert_lite {
	background-color:  #403D43;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alert_lite_content {
	overflow: visible;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background: #FFF;
	witdh: 770px;
	height: 527px;
}


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

.alert_lite_message {
	font-size: 16px;
	text-align: center;
	width: 100%;
	color: #F00;
	padding-bottom: 10px;
}

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

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

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

table.alert_lite_header  {
  border: 1px solid #F00;
  background: #FFF
}


/* DEFAULT  */

/* 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;
}                                                    






