.messages {
    font-size: 13px;
    text-align: left;
    padding: 5px 20px 5px 45px;
}

.success {
	background: #6bca81 url(/scripts/messages/img/success.gif) 15px 50% no-repeat;
	color: #fff;
	border-top: 1px solid #609c43;
	border-bottom: 1px solid #609c43;
}

.warning {
	background: #fff6bf url(/scripts/messages/img/error.gif) 15px 50% no-repeat;
	color: #333;
	border-top: 1px solid #ffd324;
	border-bottom: 1px solid #ffd324;
}

.error {
	background: #eb4e4e url(/scripts/messages/img/delete.gif) 15px 50% no-repeat;
	color: #fff;
	border-top: 1px solid #b03b3b;
	border-bottom: 1px solid #b03b3b;
}

.info {
	background: #F8FAFC url(/scripts/messages/img/information.gif) 15px 50% no-repeat;
	color: #333;
	border-top: 1px solid #B5D4FE;
	border-bottom: 1px solid #B5D4FE;
}

