.success,
.error {
	padding: 5px;
	margin-right: 5px 0px 15px 0px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.error {
	background: red;
}

.success {
	background: green;
}
