#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;
    }

#profile p, #profile label, #profile td, #profile th{
    font-size: 12px;
    text-align: left;
}

#profile th {
    width: 300px;
}

#profile td {
    width: 312px;
}

#profile table {
    margin: 10px;
}

#profile form input[type="text"], #profile form input[type="password"] {
    font-size: 12px !important;
    margin-right: 6px !important;
    padding: 3px !important;
    width: 200px !important;
    background-color: #FFFFE0;
    border: 1px solid #E6DB55;
    display: block;
}

#profile form .custom_select, #profile form .custom_textarea {
    margin-right: 6px !important;
    padding: 3px !important;
    width: 210px !important;
}

/*
.login p.error {
    padding: 5px;
    border: 1px solid #c00;
    background-color: #ffebe8;
    color: #333;
    }

.login p.message {
    padding: 5px;
    border: 1px solid #e6db55;
    background-color: #ffffe0;
    color: #333;
    }
    
.login form label {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
    }
    
.login form p.forgetmenot label {
    display: inline;
    }

*/

