.Box
{
	width: 100%;
	border: 1px solid #1c69c3;
}

.Box .TopLeftCorner,
.Box .TopRightCorner,
.Box .BottomLeftCorner,
.Box .BottomRightCorner
{
	position: absolute;
	width: 15px;
	height: 15px;
	z-index: 10;
}

.Box .TopLeftCorner
{
	background-image: url(../../Corner.ashx?width=15&color=%231c69c3&fcolor=%23ffffff&bcolor=%23ffffff);
	top: -1px;
	left: -1px;
}

.Box .TopRightCorner
{
	background-image: url(../../Corner.ashx?width=15&color=%231c69c3&fcolor=%23ffffff&bcolor=%23ffffff&pos=1);
	top: -1px;
	left: 100%;
	margin-left: -14px;
}

.Box .BottomLeftCorner
{
	background-image: url(../../Corner.ashx?width=15&color=%231c69c3&fcolor=%23ffffff&bcolor=%23ffffff&pos=2);
	top: 100%;
	left: -1px;
	margin-top: -14px;
}

.Box .BottomRightCorner
{
	background-image: url(../../Corner.ashx?width=15&color=%231c69c3&fcolor=%23ffffff&bcolor=%23ffffff&pos=3);
	top: 100%;
	left: 100%;
	margin-top: -14px;
	margin-left: -14px;
}

.Box .Title
{
	padding: 5px 0px;
	padding-left: 15px;
	line-height: 15px;
	height: 15px;
	color: #1c69c3;
	font-size: small;
	font-weight: bold;
	font-style: italic;
}

.Box .Content
{
	padding: 15px;
	padding-top: 0px;
	font-size: x-small;
}

.Box .Content em
{
	font-weight: bold;
	font-style: normal;
	color: #1c69c3;
}