<!-- 
.top-leftG, .top-rightG, .bottom-leftG, .bottom-rightG { 
	background-image: url('../images/corners-green.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-leftG, .bottom-leftG { 
	margin-right: 28px; /* CHANGE: replace by the width of one of your corners */
	}
.top-rightG, .bottom-rightG { 
	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-rightG {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-leftG  { 
	background-position: 0 -28px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-rightG { 
	background-position: 100% -28px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.insideG {
	border-left: 1px solid #99CC00; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #99CC00;/* YCC: color & properties of the right-borderline */
	/* background: #ECF5CF;            /* YCC: background-color of the inside */
	background-image: url('../images/dots_green.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;
	}

-->























