.cartBlock input[type="submit"] {

	width: 278px;
	height: 38px;
	margin: 0 0 0 0;
	padding: 0;
	font: 800 18px museo-slab, Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: rgb(60, 209, 32) !important;
    background: #87e23d; /* Old browsers */
    background: -moz-linear-gradient(top, #87e23d 18%, #66c625 64%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18%,#87e23d), color-stop(64%,#66c625)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #87e23d 18%,#66c625 64%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #87e23d 18%,#66c625 64%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #87e23d 18%,#66c625 64%); /* IE10+ */
    background: linear-gradient(to bottom, #87e23d 18%,#66c625 64%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e23d', endColorstr='#66c625',GradientType=0 ); /* IE6-9 */
	border: 1px solid #0FCA17 !important ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-shadow: 0 1px 0 rgb(41, 117, 22) !important;
    box-shadow: none !important;
}
.cartBlock input[type="submit"]:hover {
	background: rgb(95, 162, 35) !important;
	background: -moz-linear-gradient(90deg, rgb(28, 170, 23) 0%, rgb(49, 199, 20) 100%) !important;
	background: -webkit-gradient(linear, left bottom, left top, from(rgb(84, 162, 33)), to(rgb(100, 218, 44))) !important;
	border: 1px solid rgb(13, 139, 28) !important;

	color: rgb(255, 255, 255);

	text-shadow: 0 -1px 0 rgb(25, 141, 44) !important;
}
}