.msg_alert {
    background: #FEEFB3 url(../img/system/attention.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 10px 20px 10px 45px;
	color:#9F6000;
	/*-webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px; */
	font-size:11px;
	line-height:12px;
	width:100%;
    }

	.msg_alert a {
	color:#4B4B4B;
    text-decoration:none;
	border-bottom:1px dotted #444;
}	
	
.msg_info {
    background: #BDE5F8 url(../img/system/info.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 10px 20px 10px 45px;
	color:#00529B;
	/*-webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px; */
	font-size:11px;	
	line-height:12px;	
	width:100%;
    }

.msg_ok {
    background: #DFF2BF url(../img/system/checkmark.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 10px 20px 10px 45px;
	color:#4F8A10;
	/*-webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px; */
	font-size:11px;	
	line-height:12px;	
	width:100%;
    }
	
.msg_error {
    background: #FFBABA url(../img/system/delete.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 10px 20px 10px 45px;
	color:#D8000C;
	/*-webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px; */
	font-size:11px;	
	line-height:12px;	
	width:100%;
    }
.msg_error, .msg_ok, .msg_info, .msg_alert
{width:auto; margin-top:20px}	