.error {
    color:red;
}

.success {
    color:#ff9966;
    text-align:center;
    font-weight:bold;
    font-size:14px;
}

