@charset "utf-8";
/* CSS Document */
    .roundTotal {
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    }

    .corn20 {
    -moz-border-radius:20px;  
    -webkit-borderadius:20px; 
    border-radius:20px;
    }
    .corn10 {
    -moz-border-radius:10%px;
    -webkit-border-radius:10px;
    border-radius:10px; 
    }
