.chatbox {position: fixed; position:expression("absolute"); width: 270px; display:none; border: solid 1px #ffd1ea; border-radius: 4px 4px 0 0; background-color: #fff6fb;}
.chatboxhead {background-color: #fc63b6; padding:7px; color: #ffffff; border-radius: 4px 4px 0 0 ; -moz-border-radius: 4px 4px 0 0;}
.chatboxblink {background-color: #176689; border-right:1px solid #176689; border-left:1px solid #176689;}
.chatboxcontent {font-family: arial,sans-serif; font-size: 11px; color: #333333; height:160px; width:245px; overflow-y:auto; overflow-x:auto; padding:7px; border: solid 1px #ffd1ea; background-color: #ffffff; line-height: 1.3em; margin: 7px 0 0 5px; border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;}
.chatboxinput {padding: 5px; border-bottom:solid 1px #ffd1ea; border-left: solid 1px #ffd1ea; border-right: solid 1px #ffd1ea; background-color: #ffffff; margin: 0 0 7px 5px; border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; width: 249px;}
.chatboxtextarea {width: 244px; height:50px; padding:3px 0pt 3px 3px; border: 1px solid #eeeeee; margin: 1px; overflow:hidden;}
.chatboxtextareaselected {border: 1px solid #ffeaf6; margin:0; background-color: #fffafd; border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px ; -webkit-border-radius: 0 0 4px 4px ;}

.chatboxmessage {margin-left:0.3em; width: 245px; float: left;}
.chatboxmessage span img {margin:5px;}

.chatboxinfo {color:#666666;}
.chatboxmessagefrom {margin-left: 0em; font-weight: bold; float: left;}
.chatboxmessagecontent {float: left; margin: 6px; width: 190px;}

.chatboxoptions {float: right;}
.chatboxoptions a { text-decoration: none; color: white; font-weight:bold; font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;}

.chatboxtitle {float: left;}