#shoutit_contentwrap {
 font: 8pt Arial;
 height: 200px;
 background-color: #DDDDDD;
 overflow: auto;
}
 
#shoutit_content {
 margin: 5px;
}
 
#shoutit_content .name {
 color: #FF0000;
 font-weight: bold;
 padding-right: 5px;
bottom: 0; /* align it to bottom of container */

}

#shoutit_content .ora {
	color: #000000;
	font-weight: normal;
	padding-right: 5px;
	bottom: 0; /* align it to bottom of container */
	font-size: xx-small;
}
 
#shoutit_inputwrap {
 font: 8pt Arial;
 
}
 
#shoutit_input {
 margin: 5px;

}
 
#shoutit_input .text {
 font: 8pt Arial;
}
 
#shoutit_input .button {
 margin-top: 4px;
 font: bold 8pt Arial;
}