.chatMessage > span {

    background-color: #ffffff;
    font-size: 14pt;
    border-radius: 5px;
    text-align:right;
    align:right;
}
.chatSendButton {
background-color:#9c5a36;
font-family: Impact;
	color: #FFFFFF;
	font-size: 10px;
height: 22px;
cursor:help;

}