@charset "utf-8";
/* CSS Document */

.NewsBox {
width: 180px;
height: auto;
margin: 10px 0 5px;
border: 1px solid #cfcfcf;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 10px;
background: url('images/newsbox-bg.gif') bottom repeat-x;
}
