/*  CURVES SECTION - INNER  */

DIV.inner .xtop, DIV.inner .xbottom {
	display: block;
	font-size: 1px;
}

DIV.inner .xb1, DIV.inner .xb2, DIV.inner .xb3, DIV.inner .xb4 {
	display: block;
	overflow: hidden;
}

DIV.inner .xb1, DIV.inner .xb2, DIV.inner .xb3 {
	height: 1px;
}

DIV.inner .xb1 {
	margin: 0 5px;
	background: #CBBC95;
}

DIV.inner .xb2 {
	margin: 0 3px;
	border-width: 0 2px;
}

DIV.inner .xb3 {
	margin: 0 2px;
}

DIV.inner .xb4 {
	height: 2px;
	margin: 0 1px;
}

/*  CURVES SECTION - GRAY  */

DIV.gray .xb2, DIV.gray .xb3, DIV.gray .xb4 {
	background-color: #CBBC95;
	border-left: 1px solid #CBBC95;
	border-right: 1px solid #CBBC95;
}

DIV.gray .box {
	display: block;
	padding: 10px 15px 8px 15px;
	background-color: #CBBC95;
	border-left: 1px solid #CBBC95;
	border-right: 1px solid #CBBC95;
}