.custom_btn_index {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:12px;
	border:2px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:20px;
	padding:8px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.custom_btn_index:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.custom_btn_index:active {
	position:relative;
	top:1px;
}
.header {
    padding: 12px;
    text-align: center;
}

.myButton {
    background: #02cc67;
   background-image: -webkit-linear-gradient(top, #02cc67, #47ad4b);
   background-image: -moz-linear-gradient(top, #02cc67, #47ad4b);
   background-image: -ms-linear-gradient(top, #02cc67, #47ad4b);
   background-image: -o-linear-gradient(top, #02cc67, #47ad4b);
   background-image: -webkit-gradient(to bottom, #02cc67, #47ad4b);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   color: #FFFFFF;
   font-family: Brush Script MT;
   font-size: 32px;
   font-weight: 100;
   padding: 30px;
   -webkit-box-shadow: 1px 1px 20px 0 #000000;
   -moz-box-shadow: 1px 1px 20px 0 #000000;
   box-shadow: 1px 1px 20px 0 #000000;
   text-shadow: 1px 1px 10px #000000;
   border: solid #51336A 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   width: 60%;
   margin-bottom: 30px;
}

.myButton:hover {
   border: solid #3A1368 1px;
   background: #02f57c;
   background-image: -webkit-linear-gradient(top, #02f57c, #55d05a);
   background-image: -moz-linear-gradient(top, #02f57c, #55d05a);
   background-image: -ms-linear-gradient(top, #02f57c, #55d05a);
   background-image: -o-linear-gradient(top, #02f57c, #55d05a);
   background-image: -webkit-gradient(to bottom, #02f57c, #55d05a);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}