/* CLEARING */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix { 
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* BORDERED ROUND CORNERS */
.tr, .tl, .br, .bl {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	position: relative;
	margin: 0;
	width: 5px;
}
				
.tr {
	background: transparent url() no-repeat top right;
	width: 100%;
	top: -1px;
	right: -1px;
}

.tl {
	background: transparent url() no-repeat top left;
	position: relative;
	left: -2px;
}

.br {
	background: transparent url() no-repeat bottom right;
	width: 100%;
	bottom: -1px;
	right: -1px;
}

.bl {
	background: transparent url() no-repeat bottom left;
	left: -2px;
}

/* COMMON CLASSES */
.left {
    float: left;
}

.right {
    float: right;
}
