/* sets up round corners with a bottom shadow using 5 images */


.roundcont {
	width: 56.6em;		/* increase slightly over "top" id in default.css */
	background: #ffffff url(../images/bb.gif) repeat-x bottom center;
	margin-left:auto;
  margin-right:auto;
	}

.roundtop { 
	background: url(../images/tr2.gif) no-repeat right top; 
}

.roundbottom {
	background: url(../images/br2.gif) no-repeat right bottom; 
}

img.corner {
   width: 16px;
   height: 20px;
   border: none;
   display: block !important;
}
