/* CSS Document */

#findgrid-wrap {
	clear: both;
	padding-bottom: 15px; /* this is the 15px padding below the green FINDGRID container */
	}

#findgrid {
	/*width: 290px;*/
	width: 500px;
	background: #a0cf67 url(../images/r-corner_green_topleft.gif) no-repeat 0 0;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	}

#findgrid h2 {
	background: url(../images/r-corner_green_topright.gif) no-repeat top right;
	padding: 9px;
	font-size:130%;
	color:#fff;
	}

#findgrid span {
	display: block;
	font-size: 85%;
	background: url(../images/r-corner_green_botleft.gif) no-repeat bottom left;
	}

#findgrid p {
	width: 100%;
	background: url(../images/r-corner_green_botright.gif) no-repeat bottom right;
	padding: 1em 0;
	}