/* chat */
div#chatrooms {background:#ebff8d;overflow:hidden;border:dashed 1px #c3f483;padding:15px; margin-top:10px;color:#000}
div#chatarea {width:98%;border:#c3f483 1px dashed;height:350px;overflow:scroll;padding:3px 5px;background-color:#fff;color:#000}
input#msg {padding:2px 3px; border:#a39466 1px solid;background:#fff;width:98%;margin-top:20px;margin-bottom:10px;color:#000;font-family:'Tahoma'}
input#send_mess	{cursor:pointer;width:90px;height:30px;position:absolute;margin:0;right:59px;text-transform:uppercase;font:normal 12px 'Tahoma';padding:0;letter-spacing:0;background:#fff;border:1px dashed #c3f483}
#smilesbg	{position:relative; background:#fff; border:#a39466 1px solid; padding:3px; display:block; width:250px; float:left }