﻿.fbasuite-center
{
    text-align: center;
}

.fbasuite-center-div
{
    margin: auto auto;
}

.fbasuite-example-text
{
    color: #666666;
}

.fbasuite-error 
{
    color: Red;
    font-weight: bold;
}

.fbasuite-confirmation 
{
    color: green;
    font-weight: bold;
}

.fbasuite-change-password {
    width: 470px;
}

.fbasuite-registration tr,
.fbasuite-userprofile tr,
.fbasuite-change-password tr,
.fbasuite-login tr 
{
    height: 25px;
}

.fbasuite-registration input[type=text],
.fbasuite-userprofile input[type=text],
.fbasuite-change-password input[type=text],
.fbasuite-login input[type=text],
.fbasuite-registration input[type=password],
.fbasuite-userprofile input[type=password],
.fbasuite-change-password input[type=password],
.fbasuite-login input[type=password] 
{
    border: 1px solid darkgray;
}

.fbasuite-property-labels
{
    width: 140px;
}

.fbasuite-login .fbasuite-property-labels
{
    width: 100px !important;
}

.fbasuite-captcha-input
{
    width: 120px;
}

.fba-property-table
{
}

.fba-property-table .ms-inputformcontrols
{
    width: auto !important;
}

.fba-property-table .ms-descriptiontext
{
    width: 200px !important;
}

.fbasuite-login,
.fbasuite-forgotten-password
{
    width: 450px;
}

.fbasuite-registration,
.fbasuite-userprofile
{
    width: 600px;
}

.fbasuite-changepassword-input,
.fbasuite-changepasswordquestion-input,
.fbasuite-forgottenpassword-input,
.fbasuite-login-input
{
    width: 93%;
}

.fbasuite-registration-input,
.fbasuite-userprofile-input,
.fbasuite-registration textarea
{
    width: 460px;
}

.fbasuite-captcha
{
}

.fbasuite-captcha-image
{
    border: 1px solid #000000;
}

.fbasuite-login-error
{
    text-align: center;
}

.fbasuite-login-buttons,
.fbasuite-registration-buttons,
.fbasuite-userprofile-buttons,
.fbasuite-forgotpass-buttons,
.fbasuite-registration-bottom-button
{
    text-align: right;
    padding-right: 18px;
    padding-top: 7px;
}

.fbasuite-registration-bottom-buttons
{
    text-align: right;
    padding-right: 18px;
}

.fbasuite-registration-windows-auth
{
    text-align: right;
}

.fbasuite-registration-windows-auth-link
{
    padding-right: 18px;
    padding-top: 10px;
}

.fbasuite-login-buttons .ms-ButtonHeightWidth,
.fbasuite-registration-buttons .ms-ButtonHeightWidth,
.fbasuite-registration-bottom-buttons .ms-ButtonHeightWidth,
.fbasuite-forgotpass-buttons .ms-ButtonHeightWidth
{
    width: 135px !important;
    border: 2px solid darkgray;
}

.fbasuite-login-buttons-right {
    float: right; 
    clear: none;
    width: 140px;
}

.fbasuite-login-buttons-right input {
    margin-bottom: 5px;
}

.fbasuite-main-button
{
    border: 2px solid #555555 !important;
}

.fbasuite-userprofile-buttons .ms-ButtonHeightWidth
{
    width: 135px !important;
    border: 2px solid darkgray;
}

BODY #s4-simple-error-content
{
    margin-bottom: 0px !important;
}

.important-messages
{
    border: 1px solid #333333;
    border-collapse: collapse;
    margin-bottom: 2px;
}

.important-messages-msg
{
    width: 100%;
    border: 0px none transparent;
}

.important-messages-header
{
    font-weight: bold;
    font-size: 1.2em;
    background-color: #dddddd;
    color: #000000;
}

.important-messages-detail
{
    background-color: #eeeeee;
    color: #000000;
}

.important-messages-accept
{
    color: #333333;
}

.important-messages-accept-button
{
    width: 100%;
    text-align: right;
    padding-top: 10px;
}