.SearchBoxButtons 
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #336699;  /*google blue*/
	color: #ffffff;/*white*/
	font-weight: bold;
	padding: 1px;
	margin: 2px;
	border-top: outset 2px #6699cc;  /*lighter than google*/
	border-right: outset 2px #ffffff; /*white*/
	border-bottom: outset 2px #006699;  /*darker than google*/
	border-left: outset 2px #6699cc;
}
.SearchBoxButtons A:link {color: white;text-decoration: none;font-size: 12px;}
.SearchBoxButtons  A:visited {color: white;text-decoration: none;font-size: 12px;}
.SearchBoxButtons  A:active {color: white;text-decoration: none;font-size: 12px;}
.SearchBoxButtons  A:hover {background: #FFFF00 none;color: #FF0000;text-decoration: none;font-size: 12px;
}