.RoundFrame
{
	overflow: hidden;
	position: relative;
}

.RoundFrame div.Top
{
	position: relative;
	height: 16px;
	z-index: 1;
}

.RoundFrame div.Top div.Left, .RoundFrame div.Top div.Right, .RoundFrame div.Bottom div.Left, .RoundFrame div.Bottom div.Right
{
	position: relative;
	width: 16px;
	height: 16px;
	/*background-image: url("../Images/RoundCorners.png");*/
}

.RoundFrame div.Top div.Right
{
	background-position: right top;
}

.RoundFrame div.Top div.Center
{
	height: 16px;
	margin-left: 16px;
	margin-right: 16px;
	/*border-top: solid 1px black;*/
}

.RoundFrame div.Middle
{
	position: relative;
	/*border-left: solid 1px black;
	border-right: solid 1px black;*/
	z-index: 1;
}

.RoundFrame div.Bottom
{
	position: relative;
	height: 16px;
	z-index: 1;
}

.RoundFrame div.Bottom div.Left
{
	background-position: left bottom;
}

.RoundFrame div.Bottom div.Right
{
	background-position: right bottom;
}

.RoundFrame div.Bottom div.Center
{
	height: 15px;
	margin-left: 16px;
	margin-right: 16px;
	/*border-bottom: solid 1px black;*/
}