/*
    Document   : login
    Created on : 02-Jun-2011, 11:30:15
    Author     : root
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

body {
    background-color: #bfcfbf;
}

div#page_content {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #bfcfbf;
}

div#banner {
    /*width: 800px;
    margin-left: auto;
    margin-right: auto;*/
    width: 960px;
}

div#user1 {
    width:960px;
}

div#user2 {
    width:960px;
}

div#main {
    /*position: absolute;
    top: 120px;*/
    width:960px;
}

div#login_form {
    width: 170px;
}

div#left {
    float: left;
    width: 200px;
}

div#content {
    width: 560px;
    float: left;
}

div#right {
    width: 200px;
    float:right;
}

input#username {
    width: 80px;
}

input#password {
    width: 80px;
}