/*=======================================
/*  Rounded Boxes
/*===================================== */
.box
{
	/*margin: 0 0 0.75em 0;*/
	clear: both;
	position: relative;
	background:#FEFEFE url('../images/themes/standard/gen-box-footer-1.bg.gif') bottom left repeat-x;
}
b.cn
{
	position: absolute;
	height: 10px;
	width: 10px;
	margin: 0;
	padding: 0;
	background: url(../images/rounded_boxes/white.png) no-repeat;
	line-height: 1px;
	font-size: 1px;
}
b.tl {top: -2px; left: -2px; background-position: top left;}
b.tr {top: -2px; right: -2px; background-position: top right;}
b.bl {bottom: -2px; left: -2px; background-position: bottom left;}
b.br {bottom: -2px; right: -2px; background-position: bottom right;}
 /* IE Filters */
* html b.tr {top: -2px; right: -3px;}
* html b.bl {bottom:-2px}
* html b.br {bottom:-2px; right: -3px}
* html b.cn {background-image: url(../images/rounded_boxes/white.gif);}

/* - Grey Box -----------*/
#box_grey
{
	border: 1px solid #aaaaaa;
	padding: 0px 0px 0px 0px;
	/*float:left;*/
	clear:both;
	font-family:'Trebuchet MS';
	/*margin-bottom: 1.5em;*/
	/*background: url(../images/rounded_boxes/fade-grey.gif) 100% 0 repeat-x;*/
	/*background: url(../images/top_gradient_tall.gif) 100% 0 repeat-x;*/
}
#box_grey b.cn
{
	background-image: url(../images/rounded_boxes/bord-silver.png);
}
/* IE filter */
* html #box_grey b.cn  {background-image: url(../images/rounded_boxes/bord-silver.gif);}

