form {
 margin: 0px;
}
 
#shout_container { border: 1px /*dashed*/ #B52021; width: 200px; padding: 0 10px 0 10px; float: right; margin:0px; 
}
#shout_container h2 { font-size:14px; }
#smilies{
 font: 8pt Arial;
 height: 40px;
 //background-color: #DDDDDD;
 overflow: auto;
}
form#ajax_shoutbox { margin:0; padding:0; }
#shout_contentwrap { font: 8pt Arial; height: 400px; background-color: #DDDDDD; overflow: auto; width: 200px; 
}
 
#shout_content {
 margin: 5px;
}
 
#shout_content .name {
 color: #555555;
 font-weight: bold;
 padding-right: 5px;
}
 
#shout_inputwrap {
 font: 8pt Arial;
}
 
#shout_input {
 margin: 10px 0 0 0;
}
 
#shout_input .text { border: 1px solid #888888; font: 8pt Arial; width: 146px; background-color: #f4f4f4;  margin-top:-12px;
}
 
#shout_input .button {
	
 margin-top: 4px;
 background-color: #B52021;
 font: bold 8pt Arial;
 color: white;
 border: 1px solid #888888;
}

#shout_input b { float:left; width: 50px; ; }
