/*################################################################################
#
#	ROUNDED GRAY
#
################################################################################*/

.roundedGray h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	border-bottom:solid #fff 1px;
	color:#000;
}

.roundedGray .rbroundbox {
	background-image:url(backgrounds/gray.jpg);
	background-repeat:repeat-x;
	background-color:#BEBEBE;
}

.rbtop div  { background: url(corners/tl.png) no-repeat top left; height:8px;}
.rbtop      { background: url(corners/tr.png) no-repeat top right; height:8px;}
.rbbot div  { background: url(corners/bl.png) no-repeat bottom left; height:8px;}
.rbbot      { background: url(corners/br.png) no-repeat bottom right; height:8px;}

body.ie .rbtop div  { background: url(corners/tl.gif) no-repeat top left;}
body.ie .rbtop      { background: url(corners/tr.gif) no-repeat top right;}
body.ie .rbbot div  { background: url(corners/bl.gif) no-repeat bottom left;}
body.ie .rbbot      { background: url(corners/br.gif) no-repeat bottom right;}

