.error {
	background: url(../icons/exclamation.png) no-repeat;
	padding: 0 0 0 18px;
	color: #F9B9A6;
}
.success {
	background: url(../icons/accept.png) no-repeat;
	padding: 0 0 0 18px;
	color: #72C868;
}