#profile {
    padding: 5px;
    }

#profile .error {
    padding: 5px;
    border: 1px solid #ff0000;
    background-color: #f08080;
    }

#profile .message {
    padding: 5px;
    border: 1px solid #ffff00;
    background-color: #ffffe0;
    color: #000;
    }
#profile table tr td input, #profile table tr td select, #profile table tr td textarea {
    font-family: tahoma, arial;
    }