.curvedArea {
     display: block;
     width: 725px; }
.topLeft {
     background-image:url(/_common/backDrop/bd_topLeft.gif);
     width: 100%;
     height: 19px;
     float: left; }
.topRight {
     background-color: #fff; 
     background-image:url(/_common/backDrop/bd_topRight.gif);
     background-repeat: no-repeat;
     background-position: 100% 0;
     width: 50px;
     height: 19px;
     float: right; }
.centerLeft {
     background-image:url(/_common/backDrop/bd_centerLeft.gif);
     background-repeat: repeat-y;
     width: 100%;
     float: left; }
.centerRight {
     background-image:url(/_common/backDrop/bd_centerRight.gif);
     background-repeat: repeat-y;
     background-position: 100% 0;
     width: 100%;
     height: 100%;
     float: right; }
.bottomLeft {
     background-image:url(/_common/backDrop/bd_bottomLeft.gif);
     background-repeat: no-repeat;
     width: 100%;
     float: left; }
.bottomRight {
     background-color: #fff;
     background-image:url(/_common/backDrop/bd_bottomRight.gif);
     background-repeat: no-repeat;
     background-position: 100% 0;
     width: 50px;
     height: 50px;
     float: right; }
.content {
	 margin-right: 8px;
     margin-left: 9px;
}
.clear { clear: both; }
