﻿.RoundedBox
{
}
.RoundedBox-BottomLeftCorner
{
	width: 10px; height: 10px;
	background-repeat: no-repeat;
	float: left;
	border-bottom: 0px;
}
.RoundedBox-BottomRightCorner
{
	width: 10px; height: 10px;
	background-repeat: no-repeat;
	float: right;
}
.RoundedBox-TopLeftCorner
{
	width: 10px; height: 10px;
	background-repeat: no-repeat;
	float: left;
}
.RoundedBox-TopRightCorner
{
	width: 10px; height: 10px;
	background-repeat: no-repeat;
	float: right;
}
.RoundedBox-BottomRightText
{
	text-align: right; 
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	padding-right: 0.5em;
}
.RoundedBox-Contents
{
	border: 1px solid black;
	border-top-width: 0px;
	padding: 1em;
	padding-top: 0px;
	border-bottom-width: 0px;
}
.RoundedBox-Header
{
	font-size: 12px;
	border: 1px solid black;
	border-bottom-width: 0px;
	padding-top: 0.5em;
}
.RoundedBox-FooterContents
{
	top: -5px;
	font-size: 12px;
	border-bottom: 1px solid black;
	padding-bottom: 9px;
}