.buttons a, .buttons button {
	display:block;
	float:left;
	margin:0;
	border:none;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size:16px;
	line-height:130%;
	cursor:pointer;
	padding:10px 10px 6px 7px;
}
#searchButton button {
	font-family:Impact, Impact5, Charcoal6, sans-serif;
	text-decoration:underline;
	color:#737373;
	padding:0 5px 0 0;
}
#newsletter button {
	font-family:Impact, Impact5, Charcoal6, sans-serif;
	font-size:16px;
	cursor:pointer;
	border:none;
	text-decoration:underline;
	margin-right:5px;
}
.buttons button {
	width:auto;
	overflow:visible;
	border:none;
	padding:0 10px 3px 7px;
}
.buttons button[type] {
	padding:0 10px 5px 7px; 
	line-height:17px;
}
#submitreview {
	padding-left: 0;
}
.buttons a:active, .buttons a:link, .buttons a:visited, .buttons a:focus {
	text-decoration:none;
}
button:hover, .buttons a:hover {
	text-decoration:underline;
}
