.error {
font-weight: bold;
color: #FF0000;
float: left;
width: 100%;
}

.success {
margin-top: 10px;
color: #00CC00;
float: left;
width: 100%;
}
