.hidden {
    display: none;
}

.ui-dialog {
    padding:20px; 
    background-color: #ececec;
    border: 3px solid #595959;
    overflow:hidden; 
}

.errors { color:#f00; font-size:9px; text-align:right; }
.salesforce-authentication-form-container h3 { font-size:20px; color:#e31937; margin:0; }
.salesforce-authentication-form-container p { font-size:9px; }
.salesforce-authentication-form-container .submit { width:90px; margin-top:5px; float:right; }

.salesforce-plugin-form input.field { width:255px; height:30px; }


.required {
    color: #CC0000;
    font-weight: 600;
}

label.error {
    color: #595959;
    font-style: italic;
    float: right;
}
input.required.error {
    border: 1px solid #660000;
}