.errorMsg, .alertMsg, .normalMsg{
	margin-top:3px;
	margin-bottom:3px;
	padding: 5px;
	padding-left:60px;
	text-align:center;
	color:#000;
}
.errorMsg b, .alertMsg b, .normalMsg b{
	font-weight:bold;
}
.errorMsg a, .alertMsg a, .normalMsg a{
	/*color:#000;*/
}
.errorMsg b{
	color:#f00;
}
.alertMsg b{
	color:#990;
}
.normalMsg b{
	color:#090;
}

.errorMsg{
	background: #fff6bf;
	border-top: 2px solid #f00;
	border-bottom: 2px solid #f00;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url('/images/admin/error_icon.gif');
	background-repeat:no-repeat;
	background-position:25px;
}

.alertMsg{
	background: #fff6bf;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url('/images/admin/alert_icon.gif');
	background-repeat:no-repeat;
	background-position:25px;
}

.normalMsg{
	background: #fff6bf;
	border-top: 2px solid #090;
	border-bottom: 2px solid #090;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url('/images/admin/normal_icon.gif');
	background-repeat:no-repeat;
	background-position:25px;
}
