#profile {
    padding: 5px;
    }

#profile .error {
    padding: 5px;
    border: 1px solid #ff0000;
    background-color: #f08080;
    color: #000;
    }

#profile .message {
    padding: 5px;
    border: 1px solid #ffff00;
    background-color: #ffffe0;
    color: #000;
    }
#profile td, #profile th {
    padding: 1px 2px;
    text-align: left;
}
#profile h3 {
    padding: 20px 0 0 0;
}
#profile textarea {
    background-color: #fff;
}