border corner using css
Create border curved look with css stylesheets no need of photoshop.
border:1px solid #C3D46A;
The above will give you a normal square shaped border, add the following lines and get the curved look without any photoshop work.
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border:1px solid #C3D46A;