body{
    background-color : white;
}

input{
    width : 150px;
}

#main-container{
    width  : 380px;
    height : 250px;
    margin : 100px auto auto auto;
}

#logo-container{
    background : url(../images/broadcaster_logo.png) no-repeat;
    height     : 110px;
}

#form-container{
    width  : 230px;
    height : 140px;
    float  : right;
}

#login-button-container{
    text-align : right;
}

.login-field{
    height : 40px;
}

.login-field .label{
    float       : left;
    width       : 70px;
    padding-top : 5px;
}

.login-field .field{
    float : right;
}

#btnLogin{
    cursor : pointer;
}

.error{
    height     : 22px;
    color      : red;
    font-size  : 12px;
    text-align : right;
}
