﻿body
{
    background-image: none !important;
}

.friendsList
{
    list-style: none;
    float: left;
    width: 200px;
    margin: 10px 10px 0 0;
    padding: 0;
}

.friendsList li
{
    clear: both;
    margin: 2px 0 0 0;
    padding: 0;
    height: 28px;
}

.friendsList_alt_Li
{
    background-color: #E5E5E5;
}

.friendsList label
{
    float: left;
    font-weight: bold;
    width: 50px;
    text-align: right;
    padding-right: 6px;
    margin-top: 3px;
}

.textBox
{
    float: left;
    width: 130px;
}

.note
{
    color: #999999;
    font-size: 80%;
}

.alert
{
    font-weight: bold;
    color: Red;
    display: block;
    margin: 5px 0;
    color: Red;
}

#message
{
    float: left;
    width: 270px;
    margin: 10px;
}
