.overlay_alert
{
	background-color: white;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter:Alpha(opacity=40); /* IE fix */
}

.alert_topLeft {
	width: 5px;
	height: 5px;
	background: transparent url(alert/top_left.gif) no-repeat bottom left;
}

.alert_topMid {
	height: 5px;
	background: transparent url(alert/top.gif) repeat-x bottom left;
}

.alert_topRight {
	width: 5px;
	height: 5px;
	background: transparent url(alert/top_right.gif) no-repeat bottom left
}

.alert_right {
	width: 5px;
	background: transparent url(alert/right.gif) repeat-y 0 0;
}

.alert_left {
	width: 5px;
	background: transparent url(alert/left.gif) repeat-y 0 0;
}
.alert_bottomLeft {
	width: 5px;
	height: 5px;
	background: transparent url(alert/bottom_left.gif) no-repeat 0 0;
}

.alert_bottomMid {
	height: 5px;
	background: transparent url(alert/bottom.gif) repeat-x 0 0;
}
.alert_bottomRight {
	width: 5px;
	height: 5px;
	background: transparent url(alert/bottom_right.gif) no-repeat 0 0;
}

.alert_content {
	overflow:hidden;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  	font: 12px arial;
	background: #FFF;
}

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

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

.alert_buttons {
	text-align:center;
}

.alert_buttons input {
	margin:10px;
}

