.roundedContainer { background-color: #F2F1EC; }

.roundedTop      { background: url(../../img/roundedCorners/top.gif); }
.roundedTop div  { background: url(../../img/roundedCorners/topLeft.gif)  no-repeat top left;}
.roundedTop div.roundedTopRight  { background: url(../../img/roundedCorners/topRight.gif) no-repeat top right; }

.roundedBottom      { background: url(../../img/roundedCorners/bottom.gif) ;}
.roundedBottom div  { background: url(../../img/roundedCorners/bottomLeft.gif) no-repeat bottom left; }
.roundedBottom div.roundedBottomRight  { background: url(../../img/roundedCorners/bottomRight.gif) no-repeat bottom right; }

.roundedLeft   { background: url(../../img/roundedCorners/left.gif) repeat-y top left; }
.roundedLeft   { background: url(../../img/roundedCorners/right.gif) repeat-y top right; }

.roundedTop div, .roundedTop, .roundedBottom div, .roundedBottom {
	width: 100%;
	height: 4px;
	font-size: 1px;
}
.roundedContent  { padding: 14px; }
/*.roundedContainer { width: 85%; margin: auto; }*/
.roundedContainer { width: 90%; }


