#cnrTL {
	background-image: url(../images/img_cnr_TL.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width: 5px;
	height: 5px;
}
#cnrTR {
	background-image: url(../images/img_cnr_TR.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width: 5px;
	height: 5px;
}
#cnrBR {
	background-image: url(../images/img_cnr_BR.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width: 5px;
	height: 5px;
}
#cnrBL {
	background-image: url(../images/img_cnr_BL.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width: 5px;
	height: 5px;
}
#compBG {
	background-color: #EBEFEE;
	padding: 4px
}	
#tileLft {
	background-image:url(../images/img_cnr_tileLft.gif);EFF4F2
	background-repeat:repeat-y;
	width: 5px;
}
#tileRgt {
	background-image:url(../images/img_cnr_tileRgt.gif);
	background-repeat:repeat-y;
	width: 5px;
}
#tileTop {
	background-image:url(../images/img_cnr_tileTop.gif);
	background-repeat:repeat-x;
	background-position:top;
	width: *;
	height: 5px;
}
#tileBtm {
	background-image:url(../images/img_cnr_tileBtm.gif);
	background-repeat:repeat-x;
	width: *;
	height: 5px;
}


