﻿body {
    font:12px Calibri,arial; 
}


#container{
    width:70%;
    margin:0 auto;
}

#header{
    width:100%;
    margin:0 auto;
}

#content{
    width:100%;
    margin:0 auto;
    clear:both;
    height: 100%;
}

#footer
{
    position: relative;
    width:100%;
    background-color: #7ebf27;
    clear:both;
    float:left;
    height:2.5%;
    text-align:center;
    line-height:2;
}

#kaleLogo{
    float:left;
    width:50%;
    position:relative;
}

#galaxyLogo{
    float:right;
    width:50%;
    position:relative;
}

#divide{
    clear:both;
    height: 1px;
    width:100%;
}

#left-divide{
    width: 84%;
    float: left;
    border-top:4px solid #004c98;
}

#center-divide{
    width: 0.5%;
    float: left;
    border-top:4px solid #ffffff;
}

#right-divide{
    width: 15.5%;
    float: left;
    border-top:4px solid #7ebf27;
}

#content-left{
    width:50%;
    float:left;
}

#content-right{
    width:50%;
    float:right;
}

#content-right-div1{
    float:right;
    width:85%;
    padding-top:2%;
    padding-bottom:3%;
}

#content-right-div2{
    width:85%;
    clear:both;
    float:right;

}

#content-right-div2-greenshadow{
    background-color: #7ebf27;
    width: 75%;
    float: right;
    padding-right: 3%;
}

#content-right-div2-blueshadow{
    position:relative;
    background-color: #004c98;
    width: 100%;
    margin-bottom: 4%;
    margin-left: 4%;
    margin-top: -4%;
    padding-top:8%;
    padding-bottom:8%;
}

#label-login{
    color:#ffffff;
    width:27%;
    clear:both; 
    float:left; 
    text-align:right; 
    padding-right:3%;
    font-size: 14px;
    font-family: Arial;
}
#label-Password{
    color:#ffffff;
    width:27%;
    clear:both; 
    float:left; 
    text-align:right; 
    padding-right:3%;
    font-size: 14px;
    font-family: Arial;
}
#label-bold{
    font-weight:bold;
    color:#ffffff;
}

#button{
    background-color: #7ebf27;
    color:#ffffff;
    border:none;
}

#link{
    color:#ffffff;
}

#content-right-div3{
    width:85%;
    clear:both;
    padding-top:5%;
    padding-bottom:2%;
    float:right;
}

#textbox{
    color:#004c98;
}

.button_Login
{
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    height: 22px;
    cursor: pointer;
    font-weight:500;
    border-width: 0px;
    background-color: #7ebf27;
    width:30%;
    
}