div.curved
{
	background-color: transparent;
}

div.curved div.top
{
	height: 4px;
	background-color: #fff;
	overflow: hidden;
}

div.curved div.top-left
{
	width: 4px;
	height: 4px;
	float: left;
}

div.curved div.top-right
{
	width: 4px;
	height: 4px;
	float: right;
}

div.curved div.left
{
	width: 4px;
	height: auto;
	background-color: #fff;
	float: left;
}

div.curved div.right
{
	width: 4px;
	background-color: #fff;
	float: right;
}

div.curved div.centre
{
	background-color: #fff;
	width: 100%;
}

div.curved div.centre-content
{
	background-color: #fff;
}

div.curved div.bottom
{
	width: 100%;
	height: 4px;
	background-color: #fff;
	overflow: hidden;
}

div.curved div.bottom-left
{
	width: 4px;
	height: 4px;
	float: left;
}

div.curved div.bottom-right
{
	width: 4px;
	height: 4px;
	float: right;
}