.rounded_STYLE
{
    width: 170px;
    height: 220px;
    color: white;
    font-size: 8pt;
    font-family: "Trebuchet Ms",Arial,sans-serif;
    background-color: #3C5C6D;          /* if needed */
    border: 1px solid black;   /* if needed */
    -webkit-border-radius: 6px;    /* for Safari */
    -moz-border-radius: 6px;       /* for Firefox */
}


