/* CSS curly corner */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.curlycontainer {
border-top: 1px solid #ffdwae;
border-left: 1px solid #ert4e2;

}

.curlycontainer .innerdiv {
background: transparent url(../img/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

</style>

