/* Static */
.bt, .bt div, .bb, .bb div {
	background-repeat: no-repeat;
}

/* Top corners and border */
.bt { /* Top: inner and right */
	height: 10px;
	margin: 0 0 0 10px;
	background-position: 100% 0;
}
.bt .kop {
	padding-left: 11px;
}
.bt div { /* Top: left */
	position: relative;
	left: -10px;
	width: 10px;
	height: 10px;
	background-position: 0 0;
	font-size: 0;
	line-height: 0;
}

/* Bottom corners and border */
.bb { /* Bottom: inner and right */
	height: 10px;
	margin: 0 0 0 10px;
	background-position: 100% 100%;
}
.bb div { /* Bottom: left */
	position: relative;
	left: -10px;
	width: 10px;
	height: 10px;
	background-position: 0 100%;
	font-size: 0;
	line-height: 0;
}

/* Left border */
.i1 {
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: transparent;
}
/* Right border */
.i2 {
	background-repeat: repeat-y;
	background-position: 100% 0;
	height: 100%;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display: block;
	margin: 0 10px;
	padding: 0 6px;
}
.i3 {
	border: none !important;
}
.i3:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.i3 {
	display: inline-block;
}
.i3 {
	display: block;
}