.loginPage body 
{           
    background-color: #ffffff;             
    color: #930e53;
}
#flagArea{  
    position: absolute;  
    top: 70px;  
    left: 52px;  
    border: 1px solid #d5d5d5;  
    border-radius: 2px;  
    max-width: 105px;  
    margin-bottom: 5%;  
    display: none;
}
#titleArea {
    position: absolute;
    top: 0.1px;
    left: 0.1px;
    width: 100%;
    height: 48px;
    font-size: 0.1px;
    background-image: url(../../../external-static/HeaderLogo.png);
    background-repeat: repeat-x;
}
html, body 
{            
    background-color: #ffffff;            
    color: #930e53;            
    font-size: 15px;
}
#notificationArea {
    background-color: #930e53;
    color: #fff;
    margin-top: 15px;
    padding: 15px;
    border-radius: 3px;
    text-align: center;
}
a {        
    color: #930e53;        
    text-decoration: none;
}
#leftFooterArea {
    float: left;
    margin-left: 50px;
    color: #930e53;
}
#footerArea {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 0 7px 0;
    font-size: 13px;
    border-top: 2px solid #614051;
    color: #930e53;
    width: 100%;
}
