Hi Kelley,
We had the same problem and rounded edges of our rectangle boxes using CSS (either in the landing page template or using the HTML element on the page itself).
To round the edges of ALL landing page rectangles, you can use this code to get started:
div.lpContentsItem {
border-radius: 3px;
}
Hope that helps!