﻿/** USER CONTROL **/
#fbStyleChat_UserControl
{
    position:absolute;
    top:96%;
    left:82%;
    z-index:1; 
}
/** Il pulsante per avviare la chat **/
#fbStyleChat_InfoBtn
{
    position:absolute;
    left:0%;
    cursor:pointer;
}

#fbStyleChat_CloseWindow
{
    position:absolute;
    top:0;
    left:80%;
    font-size:10px;
    font-family:Tahoma;
    text-decoration:underline;
    cursor:pointer;
}

/** Il contenitore della window e della textbox **/
#fbStyleChat_ChatWindow
{
    position:absolute;
    top:45%;
    left:62%;
    width:36.4%;
    height:50.2%;
    background-color:#aedeff;
    border:outset 2px #cedeff;
    z-index:2;
    visibility:hidden;
}
/** Il corpo della Chat **/
#fbStyleChat_ChatBody
{
    position:absolute;
    top:5%;
    left:0;
    width:100%;
    height:80%;
    background-color:#f6f6f6;
    overflow:auto;
    font-family:Tahoma;
    font-size:11px;
}

/** Il testo da Inviare **/
#fbStyleChat_ToSend
{
    position:absolute;
    top:86%;
    left:0;
    height:12%;
    width:98%;
    border-top:inset 1px #0000ff;
    border-bottom:0;
    border-left:0;
    border-right:0;       
}
