@charset "utf-8";

body,
html {
    background: #F3F5F7;
    min-height: 250px;
}

#LoginForm {
    max-width: 200px;
}

#CommonTable {
    height: 240px;
    width: 439px !important;
    border-bottom: 0PX;
    position: fixed;
    top: 50%;
    left: 42%;
    margin-left: -150PX;
    margin-top: -125PX;
}

#CommonTable tr td {
    height: 20PX !important;
}

#Error,
#Message {
    margin: 0px !important;
    text-transform: none;
    font-weight: bolder;
}



#Message {
    color: green;
}