<html>
<head>
<style type="text/css">
.aaa{
border:2px solid #a1a1a1;
padding:10px 40px;
background:#dddddd;
width:300px;
border-radius:25px;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}
</style>
</head>
<body>
<table><tr><td class="aaa">sdfsdfsf.</td></tr></table>
</body>
</html>