#chatCtrl{
    position: absolute;
    z-index:1000;
    width:150px;
    height:30px;
    bottom:0;
    right:5px;
    border-radius: 10px 10px 0px 0px;
    background: #73AD21;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#btnSpanText{
    display: table;
    margin: 0 auto;
    font-size: 1.2em;
}
#divChatBox{
    position: absolute;
    z-index:1000;
    display: table;
    right:10px;
    width: 407px;
    height: 55%;
	overflow:hidden;
	bottom: 0;
}
#divChatBox iframe{
    width:100%;
    overflow: hidden;
    border:0;
    height:100%;
}
.divChatBox label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    width: 96%;
    text-align: left;
}
