/* CSS Document */

.dragme{position:relative;}
.chatWrapper{border: 3px solid #73A6FF; background-color:#FFFFFF; overflow: auto;}
.chatMyMessage{overflow: auto; overflow-x:hidden; height: 210px; width: 260px; padding-left: 5px; background-color: #C9DCFC; vertical-align: top; position:absolute; font-family: Tahoma, "MS Sans Serif", Arial; font-size: 11px; text-decoration: none}
.chatPhoto{vertical-align:top; float:right;}
.chatBlockUnblock{cursor:pointer; vertical-align: middle; margin-top: 180px; position:absolute; margin-left: 263px;}
.chatMsgInput{border-color: #BADAFE; border-top-color:#BADAFE; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; width:410px;  height: 45px; overflow: auto; background-color: #FFF8EC; margin-top: 32px; font-family: Tahoma, "MS Sans Serif", Arial; font-size: 12px}
