.message {
	height: 40px;
    text-align: left;
    line-height: 40px;
    color: white;
    margin-top: 20px;
    padding-left: 8px;
}

.message img {
    margin-top: 8px;
    margin-right: 8px;
    float: left;

}

.success {
	background-color: #3aaa23;
}


.error {
	background-color: #ba1d28;
}