.notification {
	line-height: 20px;
	margin: 2px 0px 2px 0px;
	padding: 10px 15px 10px 60px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.notification strong {
	margin-right: 5px;
}
.notification p {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
.message p {
	font-size: 11px;
}
.warning {
	background-image: url(images/error.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-color: #FFEAA8;
	color: black;
	border-radius: 20px;
}
.success {
	background-image: url(images/accept.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-color: #EFFFB9;
	color: black;
	border-radius: 20px;
}
.failure {
	background-image: url(images/exclamation.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #EB5339;
	background-color: #FCCAC2;
	color: #696969;
}
.information {
	background-image: url(images/information.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	background-color: #D0E4F4;
	color: black;
	border-radius: 20px;
}
.lightbulb {
	background-image: url(images/lightbulb.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #D3A350;
	background-color: #FEF0CB;
	color: #696969;
}
.messages {
	background-image: url(images/email.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #42B4FF;
	background-color: #9DDFFF;
	color: #696969;
}

.notification.warning, .notification.success {
	padding: 15px 15px 15px 60px;
	background-position: 20px center;
}