.row-top
{
	position: relative;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 7px;
}

.top-left
{
	position: absolute;
	margin: 0px;
	border: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 7px;
	height: 7px;
	background-image: url(/lp4/css/panel/images/top-left.gif);
	background-repeat: no-repeat;
}

.top-right
{
	position: absolute;
	margin: 0px;
	border: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	width: 7px;
	height: 7px;
	background-image: url(/lp4/css/panel/images/top-right.gif);
	background-repeat: no-repeat;
}

.row-bottom
{
	position: relative;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 7px;
	float: none;	
}

.bottom-left
{
	position: absolute;
	margin: 0px;
	border: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 7px;
	height: 7px;
	background-image: url(/lp4/css/panel/images/bottom-left.gif);
	background-repeat: no-repeat;
}

.bottom-right
{
	position: absolute;
	margin: 0px;
	border: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	width: 7px;
	height: 7px;
	background-image: url(/lp4/css/panel/images/bottom-right.gif);
	background-repeat: no-repeat;
}

.panel
{
	position: static;
	margin: 0px;
	margin-bottom: 20px;
	border: 0px;
	padding: 0px;
}

.row-middle
{
	position: relative;
	margin: 0px;
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
}

div.PanelSquare{
  margin-top: 10px; 
  border-right: 1px solid #9C9C9C; 
  border-bottom: 1px solid #9C9C9C; 
  PADDING: 5px;
  margin-bottom: 10px;
}
