body
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 16px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}


div.rounded-box
{
	border-right: #696969 1px;
	border-top: #696969 1px;
	margin: 3px;
	border-left: #696969 1px;
	width: 9em;
	border-bottom: #696969 1px;
	position: relative;
	background-color: #b0c4de;
}
	/********************* GLOBAL ATTRIBUTES *********************/ 
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{
	overflow: hidden;
	width: 20px;
	position: absolute;
	height: 20px;
	background-color: #fff;
}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside
{
	font-size: 150px;
	color: #b0c4de;
	line-height: 40px;
	font-family: arial;
	position: relative;
}

/********************* SPECIFIC ATTRIBUTES *********************/ 
div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}
div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}
div.box-contents
{
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	margin: 18px 8px;
	color: #000;
	padding-top: 8px;
	position: relative;
	top: 10px;
	background-color: #b0c4de;
}


