/* 
    Document   : style_login_form
    Created on : 2011-08-15, 01:55:56
    Author     : Pawel
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}


#box { 
    background-image: url("./images/box_bg.png");
    background-repeat: repeat-y;
    width: 602px;
    margin: 40px 0px 0px 30px;
    padding: 50px 0 0 120px ;
    height:300px;
/* ------------- */    
    position: relative;
    color: #bfbfbf;
    font-size: 16px;
}

.box-glow {
    position: absolute;
    bottom: 0px;
    left: 0px;
}