/*
button, input[type=button], input[type=submit], input[type=reset],
*/
a.textbtn {
	position: relative;
	z-index: 1;
	/*
	background: #4f8ef2;
	background: -moz-linear-gradient(top, #4f8ef2 0%, #699fef 50%, #4175e5 51%, #2a4ed2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f8ef2), color-stop(50%,#699fef), color-stop(51%,#4175e5), color-stop(100%,#2a4ed2));
	background: -webkit-linear-gradient(top, #4f8ef2 0%,#699fef 50%,#4175e5 51%,#2a4ed2 100%);
	background: -o-linear-gradient(top, #4f8ef2 0%,#699fef 50%,#4175e5 51%,#2a4ed2 100%);
	background: -ms-linear-gradient(top, #4f8ef2 0%,#699fef 50%,#4175e5 51%,#2a4ed2 100%);
	background: linear-gradient(to bottom, #4f8ef2 0%,#699fef 50%,#4175e5 51%,#2a4ed2 100%);
	*/
	display: inline-block;
	padding: 0.5em 1em;
	/*
	color: #fff;
	*/
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	border: none;
	/*
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	*/
	position: relative;
	cursor: pointer; 
}

/*
button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover,
*/
a.textbtn:hover {
	/*
	background: #6db3f2;
	background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de));
	background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
	background: -o-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
	background: -ms-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
	background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
	*/
	-webkit-filter: brightness(133%);
	filter: brightness(133%);
}
