/***** Chat *****/ .avatar { width: 49px; height: 65px; float: right; position: absolute; top: 0px; margin: 2px; border: 1px solid; border-color: #cecece; } .button_bold { background: url(../images/bold.gif) no-repeat top center; height: 20px; width: 25px; float: left; position: relative; margin-top: 2px; margin-right: 2px; cursor: pointer; } .button_italic { background: url(../images/italicize.gif) no-repeat top center; height: 20px; width: 25px; float: left; position: relative; margin-top: 2px; margin-right: 2px; cursor: pointer; } .button_underline { background: url(../images/underline.gif) no-repeat top center; height: 20px; width: 25px; float: left; margin-top: 2px; margin-right: 2px; position: relative; cursor: pointer; } .button_color { background: url(../images/color.gif) no-repeat top center; height: 20px; width: 25px; float: left; position: relative; margin-top: 2px; margin-right: 2px; cursor: pointer; } .button_emoticons { background: url(../images/emoticonlabel.gif) no-repeat top center; height: 20px; width: 25px; float: left; position: relative; margin-top: 2px; cursor: pointer; } .history { background: #fff; border: 1px solid; border-color: #b3b3b3 #cecece #cecece #b3b3b3; width: 289px; height: 180px; cursor: text; overflow: auto; } .messages { background: #fff; border: 1px solid; border-color: #b3b3b3 #cecece #cecece #b3b3b3; width: auto; /*289px;*/ height: 46px; cursor: text; } .toolbar_buttons { width:289px; height:29px; } /***** Chat *****/