.chattext {
text-align:justify;
line-height:18px;
padding:10px ;
}

.chatselect{
margin-top:5px;
float:left;
}

.chatonline{
margin-top:10px;
float:right;
font:11px tahoma;
}

#otherchat li a{
display:block;
float:right;
width:160px;
padding:10px 0 10px 0;
margin:5px;
border:1px solid #FF5B5B;
background:url(images/linknormal.jpg) repeat-x top center;
}

#otherchat li a:hover{
background:red;
border:1px solid #FF5B5B;
background:url(images/linkhover.jpg) repeat-x top center;
text-decoration:none;
}
