div.dimmer 
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	font-family:verdana;
	font-weight:bold;
	padding:40px;

	background-image:url(../images/gray.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/gray.png');
}

div.rounded-box {
    position:absolute;
    width: 45em;
	height: 20em;
    background-color: #b9a466;
    margin: 3px;
	left: 20%;
	top: 100%
}

/*********************
GLOBAL ATTRIBUTES
*********************/
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:#E6E6E6; line-height: 40px;}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px;
	background-image:url(../images/gray.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/gray.png');
}
div.bottom-left-corner {bottom:0px; left:0px;
	background-image:url(../images/gray.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/gray.png');}
div.top-right-corner {top:0px; right:0px;
	background-image:url(../images/gray.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/gray.png');}
div.bottom-right-corner {bottom: 0px; right:0px;
	background-image:url(../images/gray.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/gray.png');}

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: 18px; color:#000;
}

<!--
.table{width:95%;}
.cell{margin-top:10px;width:95%;float:left;}
.cols{margin-top:10px;width:33%;padding-right:5px;text-align:center;}
.secCol{margin-top:10px;width:33%;padding-right:5px;text-align:center;}
.thirdCol{margin-top:10px;width:33%;padding-right:5px;text-align:center;}

-->
