/***** Chat *****/ .chat_buttons { cursor: pointer; float: left; height: 20px; margin: 2px 2px 0 0; position: relative; width: 25px; } .button_bold { background: url(../images/bold.gif) no-repeat top center; display: none; } .button_italic { background: url(../images/italicize.gif) no-repeat top center; display: none; } .button_underline { background: url(../images/underline.gif) no-repeat top center; display: none; } .button_color { background: url(../images/color.gif) no-repeat top center; display: none; } .button_emoticons { background: url(../images/emoticonlabel.gif) no-repeat top center; display: none; } .button_profile { background: url(../images/profileBuddy.gif) no-repeat top center; } .composing { background: url(../images/typing.gif) no-repeat top center; display: none; float:right; position: relative; } .sendMessage { background: url(../images/barn.gif) repeat top center; border: 1px solid #cecece; color: #fff !important; cursor: pointer; float:right; font: 12px Verdana, arial, helvetica, serif; font-weight: bold; height: 20px; margin-top: 3px; position: relative; overflow: hidden; text-align: center; width: 50px; } .history { background: #fff; border: 1px solid; border-color: #b3b3b3 #cecece #cecece #b3b3b3; height: 180px; cursor: text; overflow: auto; } .messages { background-color: #fff; background-position:right !important; background-repeat: no-repeat !important; background-image: url(../images/photo.png); border: 1px solid; border-color: #b3b3b3 #cecece #cecece #b3b3b3; cursor: text; height: 65px; padding-right:50px !important; } .toolbar_buttons { height:29px; } /***** Chat *****/