﻿.body
{
    font-family: 'Segoe UI';
    font-size: small;
}

.header
{
    height: 50px;
}

.button
{
    margin-right: 15px;
    margin-top: 55px;
    width: 100%;
    height: auto;
}

.inputBox
{
    margin-left: 55px;
    margin-top: 10px;
    width: 100%;
    height: 20px;
}

.langBox
{
    height: 32px;
    width: 100%;
}

.loginBanner
{
    background-color: #336633;
    width: 100%;
    overflow: auto;
    float: left;
    height: 10%;
}

.loginBox
{
    background-color: #E7F1EB;
    border-color: #a6a6a6;border-radius:5px;
    border-style: solid;
    position: relative;
    width: 500px;
    height: 210px;
    top: 100px;
    left: 50%;
    margin-left: -260px; /* 20-(width/2)-20*/
    padding: 30px;
}
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup
{
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    padding: 10px;
    width: 300px;
    height: 200px;
}

.btnDx
{
   background-image: none;
    background-color: #336633;
    color: white;
    border-style: solid;
    border-color: #a6a6a6;border-radius:5px;
    border-width: 2px;
    height: 25px;
    width: 100px; /* border-radius: 10px;*/
    margin-left: 5px;
    margin-top: 0px;
}

.btnDx2 {
    background-image: none;
    background-color: #336633;
    color: white;
    border-style: solid;
    border-color: #a6a6a6;border-radius:5px;
    border-width: 2px;
    height: 25px;
    width: 100px; /* border-radius: 10px;*/
    margin-left: 5px;
    margin-top: 0px;
}

.labelRx
{
    vertical-align:bottom;
    width: 100%;
    color: #336633;
    float: right;
}

.btnSx
{
    width: 100%;
    height: 20px;
    color: #FFFFFF;
    float: left;
}

.btnDx:hover
{
    /*background-color:#448844;*/
    background-color: #719c71;
}
.txt
{
    background-color: White;
    color: Black;
    border-style: solid;
    border-width: 2px;
    border-color: #a6a6a6;border-radius:5px;
    height: 20px;
    width: 200px;
    position: relative;
    float: left;
}

.label
{
    width: 100px;
    display: block;
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    height: 20px;
}



