/* -- rounds corners ------------------ */

.roundBox {
    margin: 0 auto;
    border: 1px solid #e9e9e4;	
    text-align: left;
    background-color: #fff;

    /* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    CCborderRadius: 8px;
}