/* 
    Document   : download
    Created on : 21/08/2012, 09:24:17
    Author     : carlosmorcerf
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.div-login{
    margin-top: 10px;
    min-height: 100px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

