/*
    Join/Login
*/

.join_login_form
{
    font-size: 100%;
    width: 100%;
    background: #fff;
}

.join_login_form form
{
    margin: 0; padding: 0;
}

.floating_window .errors
{
    font-size: 70%;
    display: none;
    height: 30px;
    width: 100%;
    line-height: 30px;
    text-align: center;
    background: #990000;
    color: White;
}

.join_login_form .form_inner
{
    padding: 0 5px 0 5px;
}

.join_login_form .form_field
{
    font-size: 90%;
    color: #666;
}

.join_login_form .form_field input
{
    width: 100px;
}

.join_login_form .floating_window
{
    width: 205px;
}