.overlay_alert {
	background-color: #868686;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


.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:27px;
	width:300px;
	background-image: url('alert/okno_gora.gif');
	background-repeat: no-repeat;
}

.dol_message {
	float:left;
	height:27px;
	width:300px;
	background-image: url('alert/okno_dol.gif');
	background-repeat: no-repeat;
}



.alert_content {
	overflow:visible;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
}

/* For alert/confirm dialog */
.alert_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alert_message {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	width:100%;
	color:#FCFCFC;
	padding-bottom:10px;
	background-image: url('alert/okno_tlo.gif');
	background-repeat: repeat-y;
}

.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
}



