#content .box {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
background-color:#111;
padding: 10px;
border: 1px solid #222;
}
