.searchButton{
	width:117px;
	height:27px;
	background-color:#ADBEEF;
	border-top:2px solid #7E97C0;
	border-right:2px solid #006699;
	border-left:1px none #CC0000;
	border-bottom:1px none #CC0000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	line-height:180%;
	text-decoration:none;
	cursor: default;
	font-size: 11px;

}
.searchButtonOver{
	width:117px;
	height:27px;
	background-color:#C6D7F7;
	border-top:2px solid #C7D0D6;
	border-right:2px solid #ABBFCB;
	border-left:1px none #CC0000;
	border-bottom:1px none #CC0000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
	line-height:170%;
	text-decoration:none;
	font-size: 11px;
	cursor: hand;
}
