.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url(../images/panes/rb-top-bottom.png); /* CHANGE: path and name of your image1 */
	height: 16px;       /* 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-left, .bottom-left { 
	margin-right: 11px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 11px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -16px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -16px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -16px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside { background-attachment: scroll; 
	background-position: 0 15px; 
	margin-left: 11px;               /* CHANGE: replace by the width of one of your corners */
	margin-right: 11px;              /* CHANGE: replace by the width of one of your corners */
	text-align: left;               /* YCC: position of all texts inside */
	}
.insideleft, .insideright {
	background-image: url(../images/panes/rb-left-right.png); /* CHANGE: path and name of your image2 */
	background-repeat: repeat-y;   /* DNC: to pile the image2 as much as needed */
	}
.insideleft {  } /* DNC: position right corner */
.insideright { background-position: 100% 0; } /* DNC: position right corner */
.inside { background-color: white; background-repeat: repeat; background-attachment: scroll; background-position: 0 15px; text-align: left;    /* just for better connecting to the tearoff borders */
	}