.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('/images/box.png'); /* CHANGE: path and name of your image */
	height: 22px;       /* 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: 22px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 22px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -22px;  /* 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 -22px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -22px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #FFF; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #FFF;/* YCC: color & properties of the right-borderline */
	background: #FFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 15px;             /* YCC: all texts at some distance of the left border */
	padding-right:15px;             /* YCC: all texts at some distance of the right border */
	padding: 1px 15px;
	}
.notopgap    { margin-top: 0; margin-bottom: -15px; }    /* DNC: to avoid splitting of the box */
.notopgap2    { margin-top: 0; margin-bottom: -15px; }    /* DNC: to avoid splitting of the box */
.notopgap3    { margin-top: 0; margin-bottom: 0px; }    /* DNC: to avoid splitting of the box */
* html .notopgap    { margin-bottom: -12px; }    /* DNC: to avoid splitting of the box */
* html .notopgap2 { margin-bottom: -20px; }
* html .notopgap3 { margin-bottom: 0px; }
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */
.fill { background-color: #FFF; }

.top-left2, .top-right2, .bottom-left2, .bottom-right2 { 
	background-image: url('/images/box2.png'); /* CHANGE: path and name of your image */
	height: 22px;       /* 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-left2, .bottom-left2 { 
	margin-right: 22px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right2, .bottom-right2 { 
	margin-left: 22px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -22px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right2 {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left2  { 
	background-position: 0 -22px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right2 { 
	background-position: 100% -22px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside2 {
	border-left: 1px solid #f0faff; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #f0faff;/* YCC: color & properties of the right-borderline */
	background: #f0faff;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 15px;             /* YCC: all texts at some distance of the left border */
	padding-right:15px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap2    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap2 { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */
.fill2 { background-color: #f0faff; }


