.myButton { 	-moz-box-shadow: 0px 10px 14px -7px #40b2cf; 	-webkit-box-shadow: 0px 10px 14px -7px #40b2cf; 	box-shadow: 0px 10px 14px -7px #40b2cf; 	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3695ad), color-stop(1, #40b2cf)); 	background:-moz-linear-gradient(top, #3695ad 5%, #40b2cf 100%); 	background:-webkit-linear-gradient(top, #3695ad 5%, #40b2cf 100%); 	background:-o-linear-gradient(top, #3695ad 5%, #40b2cf 100%); 	background:-ms-linear-gradient(top, #3695ad 5%, #40b2cf 100%); 	background:linear-gradient(to bottom, #3695ad 5%, #40b2cf 100%); 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3695ad', endColorstr='#40b2cf',GradientType=0); 	background-color:#3695ad; 	-moz-border-radius:8px; 	-webkit-border-radius:8px; 	border-radius:8px; 	display:inline-block; 	cursor:pointer; 	color:#ffffff; 	font-family:Arial; 	font-size:20px; 	font-weight:bold; 	padding:13px 32px; 	text-decoration:none; 	text-shadow:0px 1px 0px #40b2cf;margin:auto;} 

.myButton:hover { 	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #40b2cf), color-stop(1, #3695ad)); 	background:-moz-linear-gradient(top, #40b2cf 5%, #3695ad 100%); 	background:-webkit-linear-gradient(top, #40b2cf 5%, #3695ad 100%); 	background:-o-linear-gradient(top, #40b2cf 5%, #3695ad 100%); 	background:-ms-linear-gradient(top, #40b2cf 5%, #3695ad 100%); 	background:linear-gradient(to bottom, #40b2cf 5%, #3695ad 100%); 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#40b2cf', endColorstr='#3695ad',GradientType=0); 	background-color:#40b2cf; color:#ffffff;} 

.myButton:active { 	position:relative; 	top:1px; }

