#content-message-area{
	/*height:40px;*/
	width:90%;
	margin:0px 0px 0px 20px;
}
.message {
	background-repeat:repeat-x; 
	margin:10px 0px 10px 0px;
	height:40px;
}
.message div {
	background-repeat:no-repeat;
	margin-top:5px; 
	margin-left:5px;
	font-weight:bold;
	font-size:12px; 
	color:#333333;
	text-align:left;
}
.m-info { background-image:url(../../images/message/blue_rep.gif); border:1px solid #7B9FCB; }
.m-alert { background-image:url(../../images/message/yellow_rep.gif); border:1px solid #FFBE5E; }
.m-error { background-image:url(../../images/message/red_rep.gif); border:1px solid #B34141; }
.m-good { background-image:url(../../images/message/green_rep.gif); border:1px solid #009900; }

.m-info div { 
	background-image:url(../../images/message/icons/icon_info.gif);
	padding:0px 0px 20px 30px; 
}
.m-alert div{ 
	background-image:url(../../images/message/icons/icon_alert.gif); 
	padding:0px 0px 20px 30px; 
}
.m-error div{ 
	background-image:url(../../images/message/icons/icon_error.gif); 
	padding:0px 0px 35px 26px; 
}
.m-good div{ 
	background-image:url(../../images/message/icons/icon_good.gif); 
	padding:0px 0px 35px 35px; 
}

