.roundedCorner div, .roundedCorner span {
	overflow:hidden;
	height: 2px;
	font-size:1em;
	border-style:solid;
    border: none;
    display: block;}

.r1 { margin:0 14px 0 14px;}
.r2 { margin:0 11px 0 11px;}
.r3 { margin:0 8px 0 8px;}
.r4 { margin:0 5px 0 5px;}
.r5 { margin:0 3px 0 3px;}
.r6 { margin:0 2px 0 2px;}
.r7 { margin:0 1px 0 1px;}
.r8 { margin: 0; }
.roundedCorner .r1, .roundedCorner .r2, .roundedCorner .r8 {
    height:1px;}

/* want only the right side rounded? */
.roundedRight div {
	margin-left: 0;}

.roundedLeft div {
	margin-right: 0;}