.info {
background-position: 10px center;
background-repeat: no-repeat;
margin-bottom: 20px;
padding: 7px 10px 7px 45px;
}

.info {
color: #06f;
background-color: #def;
background-image: url("images/info.png");
border-color: #06f;
}

.error {
background-position: 10px center;
background-repeat: no-repeat;
margin-bottom: 20px;
padding: 7px 10px 7px 45px;
}

.error {
color: #c00;
background-color: #fee;
background-image: url("images/error.png");
border-color: #c00;
}
