﻿
.WebChatEntry
{
    position: fixed;
    /*bottom: 30%;*/
	bottom: 0;
    /*right: 0px;*/
	right: 1%;
    width: 140px;
    height:130px;
    z-index: 99998;
}


.WebChatiFrameDIV
{
    position: fixed;
    bottom: 0%;
    right: 0px;
    width: 500px;
    height: 75%;
    z-index: 99998;
}


