@charset "utf-8";

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

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

}

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

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

#Error {
    color: red;
}

#Message {
    color: green;
}