.overlay_alert img { border: none; }
.overlay_alert { background-image: url('../themes/alert/overlay.png'); }

/* For PNG transparence in IE !! */
* html .overlay_alert {
	background-color: #E0D8C5;
	back\ground-color: #E0D8C5;
	background-image: none;

}

.alert_nw {
	width: 5px;
	height: 5px;	

}

.alert_n {
	height: 5px;
	width: 100%
 
}

.alert_ne {
	width: 5px;
	height: 5px;

}

.alert_e {
	width: 5px;
	height: 100%	
}

.alert_w {
	width: 5px;
	height: 100%
}

.alert_sw {
	width: 5px;
	height: 5px;	

}

.alert_s {
	height: 5px;
	width: 100%
}

.alert_se {
	width: 5px;
	height: 5px;	

}

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

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

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

.alert_content {
	overflow:auto;
	color: #423D30;
	font-family: Arial, Sans Serif;
	font-size: 8pt;
	font-weight:normal;
	background: #E0D8C5;
	border: 1px #738386 solid;
}


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

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

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

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


