/*
*
* CSS FLATCHAT by StefanoV
*
*/

#chatboard {
	height: 300px;
	overflow: auto;
}

#comandi {
	text-align: center;
}

#testo_chat {
	height: 100px;
}

#sendbutton {
	float: left;
}

#helpbutton {
	float: right;
}

#smiles {
	
}

#smiles img {
	margin-left: 1px;
}

.sep {
	color: #aaa;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}
