.rounded {
	position: relative;
	z-index: 0;
	width: auto;
	height: auto;
}

.rounded .roundedTopLeft {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
}

.rounded .roundedTopRight {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
}

.rounded .roundedBottomLeft {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
}

.rounded .roundedBottomRight {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
}