div.Xpeeledcorner{
	position: absolute;
	height:85px;
	width:105px;
	background-image: url( ../images/backgrounds/peeled-corner2.gif );
	background-position: bottom right; bottom: -6px; right: -1px;
}

/* ======= Setup: Universal Container Rules ======== */
div.roundedArea_type1, div.roundedArea_type2, div.roundedArea_type3, div.roundedArea_type4, div.roundedArea_type5, div.roundedArea_type6{
	position: relative;
	background-color: inherit;
	height: 1%; /* For IE */
}
/* ======= Setup: Universal Body Rules ======== */
div.xroundedArea_body {
	height: auto;
	position: relative;
	z-index: 13;
}
/* ======= Setup: Universal Corner Rules. ======== */
/* ==== Setup: 5 by 5px corners. === */
div.roundedArea_ULC_5px, div.roundedArea_URC_5px, div.roundedArea_LRC_5px, div.roundedArea_LLC_5px {
	background-color: inherit;
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	position: absolute;
	z-index: 14;
}

/* ==== Setup: 11 by 11px corners. === */
div.roundedArea_ULC_11px, div.roundedArea_URC_11px, div.roundedArea_LRC_11px, div.roundedArea_LLC_11px {
	background-color: inherit;
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	position: absolute;
	z-index: 14;
}
/*

/* ==== Setup: 5 by 5px corners. === */
div.roundedArea_ULC_5px { background-position: top    left;  top:    0px; left: 1px;  background:#FFFFFF;}
div.roundedArea_URC_5px { background-position: top    right; top:    0px; right: 0px; background:#000000;}
div.roundedArea_LRC_5px { background-position: bottom right; bottom: 0px; right: 0px; }
div.roundedArea_LLC_5px { background-position: bottom left;  bottom: 0px; left: 0px;  }
/* ==== Setup: 11 by 11px corners. === */
div.roundedArea_ULC_11px { background-position: top    left;  top:    0px; left: 0px;  }
div.roundedArea_URC_11px { background-position: top    right; top:    0px; right: 0px; }
div.roundedArea_LRC_11px { background-position: bottom right; bottom: 0px; right: 0px; }
div.roundedArea_LLC_11px { background-position: bottom left;  bottom: 0px; left: 0px;  }



/* ======= Setup: Background colors. ( This is only needed due to IE/win not iheriting correctly. ) ======== */


/* ############################################ */
/* ########### Setup: type2 ( Description: Gradient White BG, 1px Border ) ########### */
div.roundedArea_type2 div.roundedArea_body {
	border: 1px solid #000000;
	background: #000000 url( ../images/roundcorners/bg_type2.gif ) repeat-x;
}
div.roundedArea_type2 div.roundedArea_ULC_5px, div.roundedArea_type2 div.roundedArea_URC_5px,
div.roundedArea_type2 div.roundedArea_LRC_5px, div.roundedArea_type2 div.roundedArea_LLC_5px {
	/*background-image: url( ../images/roundcorners/5px_type2.gif ); */
}
/* ############################################ */
/* ########### Setup: type3 ( Description: Solid Tan BG, 1px Border ) ########### */
div.roundedArea_type3 div.roundedArea_body {
	border: 1px solid #000000;
	background: #000000;
}

div.roundedArea_type3 div.roundedArea_ULC_5px, div.roundedArea_type3 div.roundedArea_URC_5px,
div.roundedArea_type3 div.roundedArea_LRC_5px, div.roundedArea_type3 div.roundedArea_LLC_5px {
	/* background-image: url( ../images/roundcorners/5px_type3.gif ); */
}
/* ############################################ */
/* ########### Setup: tan ( Description: Solid Tan BG, 1px Border ) ########### */
div.tanHeadline_Corner_5px{
	background-color: inherit;
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	position: absolute;
	z-index: 14;
	border: 0px solid #AEACA4;
}
div.tanHeadline_URC_5px{
	background: #E0D4AD url( ../images/roundcorners/5px_blkgraidient.gif );
	background-position: top    right;
	top:   0px;
	right: 0px;
}
div.tanHeadline_ULC_5px{
	background: #E0D4AD url( ../images/roundcorners/5px_blkgraidient.gif );
	background-position: top    left;
	top:  0px;
	left: 0px;
}
div.tanHeadline_LLC_5px{
	background: #E0D4AD url( ../images/roundcorners/5px_gray.gif );
	background-position: bottom    left;
	bottom:  0px;
	left: 0px;
}
div.tanHeadline_LRC_5px{
	background: #E0D4AD url( ../images/roundcorners/5px_gray.gif );
	background-position: bottom    right;
	bottom:  0px;
	right: 0px;
}