.greyButton {
	-moz-box-shadow:inset 0px 1px 0px -2px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px -2px #ffffff;
	box-shadow:inset 0px 1px 0px -2px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #d1d1d1) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #d1d1d1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1d1d1');
	background-color:#ffffff;
	border:1px solid #ababab;
	display:inline-block;
	color:#303030;
	

	font-weight:bold;
	padding:3px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;

	cursor:pointer;

}.greyButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1d1d1), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #d1d1d1 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ffffff');
	background-color:#d1d1d1;
	cursor:pointer;
}.greyButton:active {
	position:relative;
	top:1px;
}

.findButton {
	
	position:relative;
	display:inline-block;
	background-color:#eaf4fd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #c5dbec;

	-webkit-box-shadow: #AFAFAF 0px 2px 3px;
	-moz-box-shadow: #AFAFAF 0px 2px 3px;
	box-shadow: #AFAFAF 0px 2px 3px;
	
	
	padding:5px 14px;
	text-align:center;
	font-size:13px; 	
	font-weight:bold; 
	text-shadow:1px 1px 0px #ffffff;
	color:#2e6d9e;
	text-decoration:none;
	

}

* html .findButton:link {
	font-weight:bold; 
	text-shadow:1px 1px 0px #ffffff;
	color:#2e6d9e;
}
* html .findButton:active{
	font-weight:bold; 
	text-shadow:1px 1px 0px #ffffff;
	color:#2e6d9e;
}
* html .findButton:visited{
	font-weight:bold; 
	text-shadow:1px 1px 1px #000;
	color:#2e6d9e;
}
* html .findButton:hover {
	font-weight:bold; 
	text-shadow:1px 1px 0px #ffffff;
	color:#2e6d9e;
}


.greenButton {
	
	position:relative;
	display:inline-block;
	background-color:#2F6F00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #295F00;

	-webkit-box-shadow: #AFAFAF 0px 2px 3px;
	-moz-box-shadow: #AFAFAF 0px 2px 3px;
	box-shadow: #AFAFAF 0px 2px 3px;
	
	
	padding:5px 14px;
	text-align:center;
	font-size:13px; 	
	font-weight:bold; 
	text-shadow:1px 1px 0px #224F00;
	color:#fff;
	text-decoration:none;
	

}

* html .greenButton:link {
	font-weight:bold; 
	text-shadow:1px 1px 0px #224F00;
	color:#fff;
}
* html .greenButton:active{
	font-weight:bold; 
	text-shadow:1px 1px 0px #224F00;
	color:#fff;
}
* html .greenButton:visited{
	font-weight:bold; 
	text-shadow:1px 1px 1px #224F00;
	color:#fff;
}
* html .greenButton:hover {
	font-weight:bold; 
	text-shadow:1px 1px 0px #224F00;
	color:#fff;
}


/*
.greenButton {
	
	background:#00AB38;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;

	-webkit-box-shadow: #AFAFAF 0px 2px 3px;
	-moz-box-shadow: #AFAFAF 0px 2px 3px;
	box-shadow: #AFAFAF 0px 2px 3px;

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00AB38), to(#009a31));
	background: -moz-linear-gradient(#00AB38, #009a31);
	background: linear-gradient(#00AB38, #009a31);

	

	padding:10px 14px;
	text-align:center;
	font-size:13px; 	
	font-weight:bold; 
	color:#fff; 
	text-decoration:none;

	position:relative;
	display:inline-block;

}

* html .greenButton:link {
	font-size:13px; 
	font-weight:bold; 
	color:#fff; 
	text-decoration:none;
}
* html .greenButton:active{
	font-size:13px; 
	font-weight:bold; 
	color:#fff; 
	text-decoration:none;
}
* html .greenButton:visited{
	font-size:13px; 
	font-weight:bold; 
	color:#fff; 
	text-decoration:none;
}
* html .greenButton:hover {
	font-size:13px; 
	font-weight:bold; 
	color:#fff; 
	text-decoration:none;
	cursor:pointer;
}*/
