@charset "utf-8";
/* CSS Document */
body,html{
    width:100%;
    height:100%;
    min-height:100%;
    margin:0;
    padding:0;}
#fullpage{
    position:fixed;
    left:0;
    top:0;
    min-height:100%;
    height:100%;
    width:100%;
    text-align:center;
    z-index:1;
    background-color:#374DA2;
    -moz-opacity:.3;
    opacity:.3;
    filter: alpha(opacity=30);
    display:none;
}
#mainContainer{
    top:8%;
    left:30%;
    position:absolute;
    z-index:2;		
    width:496px;
    height:550px;
    background:url(images/main_bg.png) no-repeat;
    display:none;
    text-align: left;
}
#agent-header{
    height:37px;
    font-family:"Verdana";
    font-size:16px;
    color:#fff;
    text-align:center;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:10px;
}
#chatWindow{
    width:327px;
    height:148px;
    background-color:#fff;
    float:left;
    margin-left:10px;
    font-size:11px;
    font-family:"Verdana";
    overflow:auto;
    line-height:15px;
    padding-left:5px;
    position:relative;
    border:#527CB6 1px solid;
    text-align: left;
}
#chatAgent{
    width:135px;
    height:130px;
    background-color:#fff;
    float:left;
    margin-left:10px;
    text-align:center;
    background:url(images/anna.png) no-repeat;
    border:#527CB6 1px solid;
}
#userInput{
    width:332px;
    border:0;
    margin-left:10px;
    float:left;
    margin-top:10px;
    height:40px;
    font-family:"Verdana";
    font-size:14px;
    color:#CC6600;
    border:#527CB6 1px solid;
}
#userSend{
    width:133px;
    border:0;
    margin-left:10px;
    float:left;
    margin-top:12px;
    height:40px;
    font-family:"Verdana";
    font-size:14px;
    color:#000;
    background:url(images/send.png) no-repeat;
    font-weight:bold;
    cursor:pointer;
}
#typing{
    clear:both;
    font-family:"Verdana";
    font-size:10px;
    padding-left:10px;
    color:#fff;
    display:none;
}
#phdesign{
    float:right;
    position:absolute;
    top:255px;
    left:356px;
    font-family:"Verdana";
    font-size:9px;
    padding-top:3px;
    padding-left:10px;
    color:#949FCD;
}
#phdesign a{
    color:#5B6CB3;
}
