.error {
    color: black;
    background-color: #FFC4BF;
    border: 1px solid #D02623;
    margin-bottom: 10px;
    padding: 5px;
    width: 200px;
    display: none;
}

#loginErrorDiv .table, #registerErrorDiv .table {
    margin: 4px;
}

#loginErrorDiv .table input, #registerErrorDiv .table input {
    border: 1px solid #6E7363;
}

#loginErrorDiv .table tr, #loginErrorDiv .table td, #registerErrorDiv .table tr, #registerErrorDiv .table.td {
    vertical-align: top;
    padding: 2px;
}

div.show {
    display: block
}

div.hide {
    display: none;
}

.inputTextOnFocus {
    border: 2px red solid !important;
    margin: 2px 0 4px 0 !important;
    padding-left: 5px !important;
    width: 203px !important;
}
