/* 
    Document   : login
    Created on : 01-Jul-2010, 15:11:05
    Author     : rob
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.loginmodule .box {
    border:2px solid #4289D7;
    float:left;
    font-size:85%;
    height:200px;
    margin:4px;
    min-height:200px;
    padding:4px;
    width:45%;
}
