.button {
	position: relative; /* IE7 vertical padding fix */
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	padding: 8px 20px 8px 20px;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	line-height: 13px;
	border:1px solid #125b62;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-0-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0px 1px 0px #125b62;
	background: #177a83;
	background: -moz-linear-gradient(top, #0eb7c0 0%, #0c939a 2%, #177a83 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0eb7c0), color-stop(2%,#0c939a), color-stop(100%,#177a83));
	background: -webkit-linear-gradient(top, #0eb7c0 0%,#0c939a 2%,#177a83 100%);
	background: -o-linear-gradient(top, #0eb7c0 0%,#0c939a 2%,#177a83 100%);
	background: -ms-linear-gradient(top, #0eb7c0 0%,#0c939a 2%,#177a83 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eb7c0', endColorstr='#177a83',GradientType=0 );
	background: linear-gradient(top, #0eb7c0 0%,#0c939a 2%,#177a83 100%);
	-moz-box-shadow: 0 1px 0 #fff;
  	-webkit-box-shadow: 0 1px 0 #fff;
  	box-shadow: 0 1px 0 #fff;
}

.button:hover{
	text-decoration: none !important;
	background: #0fcad3; /* Old browsers */
	background: -moz-linear-gradient(top, #0fcad3 0%, #0eaab2 2%, #1a8d98 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0fcad3), color-stop(2%,#0eaab2), color-stop(100%,#1a8d98)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0fcad3 0%,#0eaab2 2%,#1a8d98 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0fcad3 0%,#0eaab2 2%,#1a8d98 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0fcad3 0%,#0eaab2 2%,#1a8d98 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fcad3', endColorstr='#1a8d98',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0fcad3 0%,#0eaab2 2%,#1a8d98 100%); /* W3C */
}

.button:active {
	background: #0eb7c0;
	background: -moz-linear-gradient(top, #0c939a 0%, #177a83 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,##0c939a),color-stop(100%,#177a83));
	background: -webkit-linear-gradient(top, #0c939a 0%, #177a83 100%);
	background: -o-linear-gradient(top, #0c939a 0%, #177a83 100%);
	background: -ms-linear-gradient(top, #0c939a 0%, #177a83 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c939a', endColorstr='#177a83',GradientType=0 );
	background: linear-gradient(top, #0c939a 0%, #177a83 100%);
}