gibt's dazu ne Demo oder ein Editor ?
bei dem Bsp. in Css stellt man ja einfach die Radien ein: border-top-left-radius:9px;
Code:
a.cssButton_X {
width: auto;
color: #000000;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
background:#66CD00;
font-family:Arial;
font-size:10px;
font-weight:bold;
-moz-border-radius-topleft:9px;
-webkit-border-top-left-radius:9px;
border-top-left-radius:9px;
padding: 1px 4px 1px 4px;
margin: 1px 1px 1px 1px;
font-weight: bold;
font-size: 12px;
text-decoration: none;
text-align: center;
border:0px outset ;
border-color:#ffffff;
}