div.eatlocal {
width: 200px;

font-family: arial;
font-size: 11px;

}

div.eatlocal
select {
font-size: 10px;
width: 180px;
display: block;
margin: 4px auto;

border: 1px solid #aaccaa;
font-family: verdana;

}

div.eatlocal h3 {
font-family: arial;
font-size: 16px;
text-align: center;
color: #336633;
margin: 6px  0 0 0;

}




div.eatlocal input#submit
{
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #696;
	text-align: center;
	margin: 1px 9px;
	color: #fff;
	font-size: 11px;
	padding: 4px ;
width: 180px;
	font-weight: bold;
	background-image: url(http://www.nrdc.org/health/foodmiles/images/widget/el_button_bg.jpg);
	background-repeat: repeat-x;
}

div.eatlocal input#submit:focus {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 2px solid #ddd;
border-left: 2px solid #ddd;

}


p.credit {
text-align: center;
padding: 0 12px;
font-family: verdana;
font-size: 9px;
}

p.credit a, .credit a:visited {
color: #005b93;
}

.intro {
padding: 4px 12px;
margin: 2px 0;
}

