#chat_win {
    font-family: Helvetica, Tahoma; 
    font-size: 12px;
}

#text-small {
	background: transparent;
	border: 1px solid #eaeafc;
	color: #330;
}

#text-normal {
	background: transparent;
	border: 1px solid #89c;
	color: #83868A;
} 

#text-large {
	background: transparent;
	border: 1px solid #eaeafc;
	color: #330;
}

#text-large:hover, #text-small:hover {
	background: #C9DEFA;
	text-decoration: underline;
} 
