div.panel
{
	background-color: #31D0D4;
	background-image: url("/modules/layout/layouts/asteroidpc/images/panel/texture.png");
	margin: 4px;
	min-height: 14px;
	min-width: 14px;
	padding: 12px;
	position: relative;
}
div.panel > .nw
{
	background-image: url("/modules/layout/layouts/asteroidpc/images/panel/corners.png");
	height: 27px;
	left: -8px;
	position: absolute;
	top: -8px;
	width: 27px;
}
div.panel > .n
{
	background-image: url("/modules/layout/layouts/asteroidpc/images/panel/column.png");
	height: 27px;
	left: 19px;
	position: absolute;
	right: 19px;
	top: -8px;
}
div.panel > .ne
{
	background-image: url("/modules/layout/layouts/asteroidpc/images/panel/corners.png");
	background-position: top right;
	height: 27px;
	right: -8px;
	position: absolute;
	top: -8px;
	width: 27px;
}
div.panel > .e
{
	background-image: url("/modules/layout/layouts/asteroidpc/images/panel/row.png");
	background-position: top right;
	bottom: 19px;
	right: -8px;
	position: absolute;
	top: 19px;
	width: 27px;
}
div.panel > .se
{
	background-image: url("/modules/layout/layouts/asteroidpc/images/panel/corners.png");
	background-position: bottom right;
	bottom: -8px;
	height: 27px;
	right: -8px;
	position: absolute;
	width: 27px;
}
div.panel > .s
{
	background-image: url("/modules/layout/layouts/asteroidpc/images/panel/column.png");
	background-position: bottom left;
	bottom: -8px;
	height: 27px;
	left: 19px;
	position: absolute;
	right: 19px;
}
div.panel > .sw
{
	background-image: url("/modules/layout/layouts/asteroidpc/images/panel/corners.png");
	background-position: bottom left;
	bottom: -8px;
	height: 27px;
	left: -8px;
	position: absolute;
	width: 27px;
}
div.panel > .w
{
	background-image: url("/modules/layout/layouts/asteroidpc/images/panel/row.png");
	background-position: top left;
	bottom: 19px;
	left: -8px;
	position: absolute;
	top: 19px;
	width: 27px;
}
div.panel > .c
{
	position: relative;
}
