.msg {
	margin: 5px 0;
	padding: 8px 10px 8px 37px;
}

.msg-info {
	color: #478BBF;
	background: #DCEFF5 url(../images/info.png) 12px 9px no-repeat;
	border: 1px solid #B8E7F5;
} 
.msg-success {
    color:#3F9153;  
    background:#D7F7DF url(../images/success.png) 12px 9px no-repeat;
    border:1px solid #A3F7B8
}
.msg-error {
    color: #C24848;  
    background: #FFD6D6 url(../images/error.png) 12px 9px no-repeat;
    border: 1px solid #FFC2C2;
} 

.msg-warning {
    color: #CF9E00;  
    background: #FAF2D7 url(../images/warning.png) 12px 9px no-repeat;
    border: 1px solid #FAE8AF;
}

.msg a {
	color: inherit;
	text-decoration: underline;
	color: inherit !important;
	text-decoration: underline !important;
}