#surveybox {
	background:#3680a7 url(../gfx/surveybox_bottom.gif) bottom left no-repeat;
	width:540px;
	float:left;
	padding:0 0 20px 0;
	}
	
#surveybox h2 {
	width:540px;
	height:78px;
	position:relative;
	margin:0 0 10px 0;
	}
	
#surveybox h2 span {
	width:100%;
	height:100%;
	position:absolute;
	background:url(../gfx/surveybox_header.gif) no-repeat;
	}
	
#surveybox .box {
	width:258px;
	float:left;
	margin:10px 0 0 0;
	display:inline;
	}
	
#surveybox .row {
	width:516px;
	margin:0 12px;
	float:left;
	display:inline;
	}
	
#surveybox .top {
	background:url(../gfx/surveybox_toprow_bg.gif) repeat-y;
	}
	
#surveybox .bottom {
	background:url(../gfx/surveybox_btmrow_bg.gif) repeat-y;
	}
	
#surveybox .food {
	clear:left;
	}
	
#surveybox .header {
	margin:0 13px 13px 13px;
	float:left;
	display:inline;
	padding:2px 0;
	}
	
#surveybox .header img {
	float:left;
	width:126px;
	height:62px;
	}
	
#surveybox .header h3 {
	color:#FFF;
	font-size:12px;
	padding:10px;
	float:right;
	width:84px;
	margin:0;
	}
	
#surveybox h3 a {
	text-decoration:none;
	}
	
#surveybox p {
	margin:13px 13px 0 13px;
	padding:0;
	clear:both;
	color:#FFF;
	}
	
#surveybox a {
	color:#FFF;
	}
	
.water .header {
	background:#005f91;
	}
	
.hair .header {
	background:#977813;
	}
	
.food .header {
	background:#00923f;
	}
	
.household .header {
	background:#a11c15;
	}
	
#surveybox .learnmore {
	text-align:right;
	font-style:italic;
	margin:4px 13px 13px 0;
	}