.error {
	background: #FFF0EA url(/graphics/error.png) no-repeat center;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 60px;
	border-top: 2px solid #DF5959;
	border-bottom: 2px solid #DF5959;
}
	
.alert {
	background: #fff6bf url(/graphics/exclamation.png) center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 60px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.success {
	background: #F9FFFD url(/graphics/accept.png) no-repeat center;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 60px;
	border-top: 2px solid #00B001;
	border-bottom: 2px solid #00B001;
}