/* 
    Document   : onlineStyles
    Created on : 28/11/2011, 10:17:49 AM
    Author     : Kyle
    Description:
        Purpose of the stylesheet follows.
*/


.online-float {
    position: fixed;
    bottom: 0px;
    left: 0px;

/*    width: 100%;
    height: 30px;

    border: blue 1px solid;*/
    padding: 5px 5px;
    margin: 0px;
    overflow: hidden;
    background-color: #aaa;
}

.online-names-float {
    border: red 1px solid;

    width: 80px;

    position: absolute;
    bottom: 0px;
    
}