div.trwhite
{
	z-index: 1;
}

div.tl, div.tlwhite {
 /* background:  url(images/final_corner/tl.gif) top left no-repeat; */
/*  width:95%;   */
	width: 100%;
	z-index: 0;
  } 
div.tr, div.trwhite {
/*  background: url(images/final_corner/tr.gif) top right no-repeat; */
  padding:15px;
  padding-left:0;
  margin:0;
  position:relative;
  right:-14px;
  }
div.bl, div.blwhite {
/*  background: url(images/final_corner/bl.gif) bottom left no-repeat; */
  position:relative;
 margin-top: 4px;
 top: 11px;  
 
  
  }
div.br, div.brwhite {
/*   background: url(images/final_corner/br.gif) bottom right no-repeat; */
  padding:14px;
  padding-top: 0px;
  padding-left:0;
  display:block;
  margin:-2em 0 0 0;
  position:relative;
  right:-14px;
/*  height: 25px; */
	height: 13px;
}

div.br
{
	height: 33px; /* for ie to render the bottom left corner properly! */
} 


  div.roundedContent
  {
/* 	
	background: orange url(images/final_corner/right.gif) top right repeat-y;
 	margin:0;
  	margin-top:-2em;
  	padding:15px;
 	padding-left:0;
  	position:relative;
	right:-14px;
*/
}

div.roundedContent p {
/*  background: #E2D6E6  url(images/final_corner/right.gif) top right repeat-y; */
  padding:15px;
  padding-left:0;
  display:block;
/*  margin:-2em 0 0 0; */
  margin: 0px 0px 0px 0px;
  position:relative;
  right:-14px;
  color: black;
  }