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

/* For PNG transparence in IE !! */
* html .overlay_alert {
	background-color: transparent;
	back\ground-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/alert/overlay.png", sizingMethod="scale");
}

.alert_nw {
	width: 1px;
	height: 1px;
	background: #0096cc;			
}

.alert_n {
	width: 100%;
	height: 1px;
	background: #0096cc;				
}

.alert_ne {
	width: 1px;
	height: 1px;
	background: #0096cc;					
}

.alert_e {
	width: 1px;
	height: 100%;
	background: #0096cc;			
}

.alert_w {
	width: 1px;
	height: 100%;
	background: #0096cc;			
}

.alert_sw {
	width: 1px;
	height: 1px;
	background: #0096cc;				
}

.alert_s {
	width: 100%;
	height: 1px;
	background: #0096cc;			
}

.alert_se {
	width: 1px;
	height: 1px;
	background: #0096cc;					
}

.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: #000;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background: #add6ed;
}


/* For alert/confirm dialog */
.alert_window {
	border:1px solid #F00;	
	background: #add6ed;
	padding:30px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

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

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

.alert_buttons input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #56b5cc;
	background:	#0096cc;
	color: #ffffff;
	padding: 3px 10px 3px 10px;
}

