BODY,TABLE,TD,TH,INPUT,TEXTAREA,SELECT 
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
}


#CheckBoxList label {
    FONT-FAMILY: Arial;
    font-size: 11px;
   
}
#CheckBoxList {
   
    padding-left: 35px;
}
#txtMoneyValue {
    padding-left: 35px;
}
#txtIntegerValue {
    padding-left: 35px;
}
#txtDecimalValue {
    padding-left: 35px;
}
#txtDateValue {
    padding-left: 35px;
}
#chkBooleanValue {
    padding-left: 35px;
}
#cboComboValue {
    padding-left: 35px;
}
#lblNumerator {
    padding-left: 35px;
}
#lblDenominator {
    padding-left: 35px;
}
#txtTextValue {
    padding-left: 35px;
}
#txtMultiline {
    padding-left: 35px;
}

.radioButtonList input[type="radio"] {
    width: auto;
    float: left;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    vertical-align: bottom;
}
.radioButtonList label {
    width: auto;
    display: inline;
    float: left;
    vertical-align: bottom;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
}
.radioButtonList td {
    height: 20px;
    vertical-align: bottom;
}


.login-Wrapper {
    text-align: center;
}

.login-block {
    position: relative;
    font-family: Arial,sans-serif;
    float: inherit;
    text-align: center;
    width: 340px;
    height: 600px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
   
}

.eula-block {
    position: relative;
    font-family: Arial,sans-serif;
    float: inherit;
    text-align: center;
    width: 700px;
    height: 600px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}
.login-field {
    background-color: rgba(255,255,255,.8);
    box-shadow: rgba(0,0,0,0.7) 0 4px 10px -1px;
    border-width: 0px;
    border-radius: 20px;
}

H1 {
    BACKGROUND-COLOR: white;
    COLOR: white;
    FONT-SIZE: 16pt;
    height: 25pt;
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 0pt;
    MARGIN-TOP: 0pt;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 3pt;
    TEXT-ALIGN: center
}

TableBackground {
    background-color: rgba(255,255,255,.8);
}

H2 {
    COLOR: navy;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 0pt;
    MARGIN-TOP: 0pt;
    PADDING-BOTTOM: 0pt;
    PADDING-TOP: 0pt
}

H3 {
    COLOR: navy;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 0pt;
    MARGIN-TOP: 0pt;
    PADDING-BOTTOM: 0pt;
    PADDING-TOP: 0pt
}

#main #centercontent {
   
    position: relative;
   
    padding: 0;
    text-align: center;
  
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}
#main #heightspace {
  
    max-height: 90%;
}

.rmScrollWrap {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

    .rmScrollWrap > a {
        display: none !important;
    }


  