/* CSS Document 
block: content
*/

#wms-content-shoutbox {margin:0;padding:0; height:38px;position:relative; width:560px;}
#wms-content-shoutbox .shoutbox {
position:absolute; top:0px; left:0px; width:203px;height:100%;
  background:url(images/shouts.png) no-repeat top left;

  } 
  
#wms-content-shoutbox .shout {
  padding:4px 15px 4px 218px;
  background:#9d2b3a;          
          border-radius:4px;
     -moz-border-radius:4px;
  -webkit-border-radius:4px;
  overflow:hidden; white-space:nowrap;
}

#wms-content-shoutbox .shout p {width:325px; overflow:hidden;} 

