/* 
    Document   : be_styles
    Created on : 10-mar-2012, 14:36:29
    Author     : mark
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

/*div#parent {
    width: 60%;
    margin: 10px auto;
    padding: 5px;

    border: 1px solid #777;
    background-color: #fbca93;
    text-align: center;
}*/

div.positionable {
    width: 105px;
    height: 30px;
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    background-color: #bcd5e6;
    text-align: center;
}
