<div id='stages'>
<div class="stage">
stuff here
</div>
<div class="stage">
more stuff here
</div>
<div class="stage">
more stuff here
</div>
</div>
I want to put top-rounded corners on the first "stage", and bottom-rounded corners on the last "stage". Is this possible with CSS?