a.renderButton, 
input[type="submit"] {
	color:#FFF !important;
	border:1px solid #578d1d;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold !important;
	font-size:11px;
	background: url(graphics/greenBtn.jpg); /* Old browsers */
	background: -moz-linear-gradient(top, #bad995 0%, #4b9303 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bad995), color-stop(100%,#4b9303)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bad995 0%,#4b9303 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bad995 0%,#4b9303 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bad995 0%,#4b9303 100%); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bad995', endColorstr='#4b9303',GradientType=0 );  IE6-9 */
	background: linear-gradient(top, #bad995 0%,#4b9303 100%); /* W3C */
	-moz-border-radius:5px;
    -webkit-border-radius:5px; 
	border-radius:5px;
	padding:2px 9px;
	cursor:pointer;
	display:block;
	text-decoration:none;
}
a.renderButton:hover, 
input[type="submit"]:hover {
	border:1px solid #0c77a1;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	background: url(graphics/greenBtn.jpg) 0 -25px; /* Old browsers */
	background: -moz-linear-gradient(top, #97c6d8 0%, #02719e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97c6d8), color-stop(100%,#02719e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #97c6d8 0%,#02719e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #97c6d8 0%,#02719e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #97c6d8 0%,#02719e 100%); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c6d8', endColorstr='#02719e',GradientType=0 );  IE6-9 */
	background: linear-gradient(top, #97c6d8 0%,#02719e 100%); /* W3C */
}
a.renderButton {
	float:left;
}