<!-- 
.top-leftB, .top-rightB, .bottom-leftB, .bottom-rightB { 
	background-image: url('../images/corners-blue.gif'); /* CHANGE: path and name of your image */
	height: 28px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-leftB, .bottom-leftB { 
	margin-right: 28px; /* CHANGE: replace by the width of one of your corners */
	}
.top-rightB, .bottom-rightB { 
	margin-left: 28px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -28px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-rightB {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-leftB  { 
	background-position: 0 -28px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-rightB { 
	background-position: 100% -28px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.insideB {
	border-left: 1px solid #33ccff; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #33ccff;/* YCC: color & properties of the right-borderline */
	/* background: #ECF5CF;            /* YCC: background-color of the inside */
	background-image: url('../images/dots_blue.gif');
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 5px;             /* YCC: all texts at some distance of the left border */
	padding-right: 5px;             /* YCC: all texts at some distance of the right border */
	padding-top: 12px;
	}

-->






















