.IAB-btn {
	cursor: pointer;
	padding: 12px 16px;
	color: #ffffff;
	background-color: #005e32;
	font-family: 'FontSiteSansCondensed', Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	background-image: -moz-linear-gradient(top, #005e32, #004525);
	background-image: -o-linear-gradient(top, #005e32, #004525);
	background-image: -webkit-linear-gradient(#005e32, #004525);
	background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #005e32), color-stop(1, #004525));
	background-image: linear-gradient(top, #005e32, #004525);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#005e32', EndColorStr='#004525', GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#005e32', EndColorStr='#004525', GradientType=0);
	border: none;
}
.IAB-btn:hover {
	color: #ffffff;
	background-color: #004525;
	background-image: -moz-linear-gradient(top, #004525, #005e32);
	background-image: -o-linear-gradient(top, #004525, #005e32);
	background-image: -webkit-linear-gradient(#004525, #005e32);
	background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #004525), color-stop(1, #005e32));
	background-image: linear-gradient(top, #004525, #005e32);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#004525', EndColorStr='#005e32', GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#004525', EndColorStr='#005e32', GradientType=0);
}