.cornerBox {
	position: absolute;
	background: #cfcfcf;
	width: 200px;
	float: left;
}
.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 0%;
	background-image: url(corners.gif);
	background-repeat: no-repeat;
}
.cornerBoxInner {
	padding: 10px;
}
.TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.TR {
	top: 0;
	right: 0;
	background-position: -10px 0;
}
.BL {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}
.BR {
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}#test {
	float: left;
	width: 100px;
}
