.overlay_alert {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

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

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

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

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

.alert_w { /*------ Left -------*/
	width: 5px;
	background: transparent url(alert/left.gif) repeat-y 0 0;			
}

.alert_sw { /*------ Bottom Left -------*/
	width: 5px;
	height: 5px;
	background: transparent url(alert/bottom_left.gif) no-repeat 0 0;			
}

.alert_s { /*------ Bottom -------*/
	height: 5px;
	background: transparent url(alert/bottom.gif) repeat-x 0 0;			
}

.alert_se, .alert_sizer { /*------ Bottom Right -------*/
	width: 5px;
	height: 5px;
	background: transparent url(alert/bottom_right.gif) no-repeat 0 0;			
}

.alertMainBg{ /*------ Main BG -------*/
	background-image:url(alert/main_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	/*height:100px;*/
}

.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:1px;
	width:100%;
}

.alert_content { /* Main Content */
	overflow:visible;
	color: #ffffff;
	font-family: Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:.0em .2em .0em .2em;
	background-image:url(alert/main_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	/*background-image:url(alert/main_bg.gif);
	background-repeat:repeat-x;
	background-position:top;*/
	/*background: #FFF;*/
}

/* For alert/confirm dialog */
.alert_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
<!-- This Style for Alert Msg-->
.alert_message {
  font: 12px arial;
	width:100%;
	color:#F00;
	padding-bottom:10px;
}

.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
}


/**************************************************/

.alertImg{
	float:left;
	margin: .4em .4em .0em .4em;
}
.submitButton{
 background-image:url(alert/submit_bg.jpg);
 background-repeat:repeat-x;
 background-color:#333333;
 color:#FFFFFF;
 font-weight:bold;
 padding:.0em .5em .2em .5em;
}