Move the embedded CSS (head section) to an external CSS file. Name the external CSS file masterstyles.css.
Use CSS3 to change the border radius to a desired value to get rounded corners.
-webkit-border-radius: 35px; /* safari and chrome */
-moz-border-radius: 35px; /* firefox */
border-radius: 35px; /* standard */