#msgr 
{
    width: 400px;
    float: right;
    border: solid 1px black;
    font-family: Tahoma,arial,sans-serif;
    font-size: 12px;
}

#signinframe
{
    position: relative;
}

#userInfo
{
    position: relative;
}

#setUserStatus
{
    position: relative;
}

#selectStatus
{
    width: 250px;
}

#setPersonalMessage
{
    position: relative;
}

#personalMessage
{
    width: 200px;
}

#txtConv
{
    width: 375px;
    height: 150px;
    border: black 1px solid;
    overflow: auto;
    font-family: Tahoma,arial,sans-serif;
    ont-size: 12px;
}

#txtMessage
{
    width: 375px;
}

#divConversations
{
    width: 375px;
    height: 125px;
    border: solid 1px gray;
    position: relative;
    overflow: auto;
}

#divContacts
{
    width: 375px;
    height: 150px;
    border: solid 1px gray;
    position: relative;
    overflow: auto;
}

#introPage
{
    font-family: Tahoma,arial,sans-serif;
    font-size: 12px;
}

.ContactItem
{
    cursor: hand;
    text-decoration: underline;
    color: blue;
}
