/* 
    Document   : login
    Created on : 24/09/2012, 02:38:59 PM
    Author     : dipaco
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.LogoContainer{
    float: right;
    margin: 0px;
    width: 850px;    
}

.ControlsContainer{    
    margin: 0px;
    border-radius: 5px;
    float: left;
    width: 350px;        
    height: 500px;    
    
    border-color: #aaa;
    background-color: #eee;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
}
