*{font-size:12px;font-family: "Arial";}

html, body {
    font-size: 12px;
    width: 100%; height: 100%;
    background-color: #FFFFFF;
    margin: 0px; padding: 0px;
}

.bgTableStyle{
    height:100%; width:100%;
}

.loginMainFrmStyle{
    width:699px;
    height:430px;
    border:1px outset;
    background-color: #FFFFFF;
}

.headerCellStyle{
    background-color: #FFFFFF;
    height: 60px;
}

.chgLangImgStyle{
    display: none;
    cursor: pointer;
}

::-ms-reveal{
    display:none;
}

.loginInputStyle{
    width:115px;
}

.loginSelectStyle{
    width: 121px;
}

.normalLabel {
    white-space: nowrap;
}

.loginButtonStyle{
    height: 22px;
    width: 70px;
}

#LoginProductName {
    color: #336699;
    font-size: 26px;
    font-weight: bold;
    cursor:default;
    margin-left: 20px;
    margin-bottom: 12px;
}
