div.rounded-box {
    position:relative;
    width: 13em;
    background-color:#a8ae66;
}
div.top-left-corner, div.bottom-left-corner,
div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px;
background-color:#FFF; overflow:hidden;}
div.top-left-inside, div.bottom-left-inside,
div.top-right-inside, div.bottom-right-inside
{position:relative; font-size:150px; font-family:arial;
color:#a8ae66; line-height: 40px;}
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 {
	position: relative;
	padding: 14px;
	color:#ffffff;
}






div.rounded-box-2 {
    position:relative;
    width: 13em;
    background-color:#26517c;
}
div.rounded-box-2 strong,
div.rounded-box strong {
    font-weight:bold;
    font-size:14px;
}

div.rounded-box-2 span,
div.rounded-box span {
    font-style:italic;
}

div.top-left-inside-2, div.bottom-left-inside-2,
div.top-right-inside-2, div.bottom-right-inside-2
{position:relative; font-size:150px; font-family:arial;
color:#26517c; line-height: 40px;}

div.top-left-inside-2 {left:-8px;}
div.bottom-left-inside-2 {left:-8px; top:-17px;}
div.top-right-inside-2 {left:-25px;}
div.bottom-right-inside-2 {
	left:-25px;
	top:-17px;
}