﻿.myButton {
	box-shadow:inset 0px 1px 0px 0px gray;
	background:linear-gradient(to bottom, #402442 5%, #634C60 100%);
	background-color:#402442;
	border-radius:8px;
	border:1px solid black;
	display:inline-block;
	cursor:pointer;
	color:#B3B3B3;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	margin: 3px;
	
}
.myButton:hover {
	background:linear-gradient(to bottom, #402442 5%, #634C60 100%);
	background-color:#a20dbd;
	color: #EEBA1E;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}


.myButton1 {
	box-shadow:inset 0px 1px 0px 0px gray;
	background:linear-gradient(to bottom, #402442 5%, #634C60 100%);
	background-color:#402442;
	border-radius:8px;
	border:1px solid black;
	display:inline-block;
	cursor:pointer;
	color:#B3B3B3;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:2px 8px;
	text-decoration:none;
	margin: 3px;
	
}
.myButton1:hover {
	background:linear-gradient(to bottom, #402442 5%, #634C60 100%);
	background-color:#a20dbd;
	color: #EEBA1E;
	text-decoration:none;
}
.myButton1:active {
	position:relative;
	top:1px;
}




.myButton2 {
	box-shadow:inset 0px 1px 0px 0px gray;
	background:linear-gradient(to bottom, #402442 5%, #634C60 100%);
	background-color:#402442;
	border-radius:4px;
	border:1px solid black;
	display:inline-block;
	cursor:pointer;
	color:#B3B3B3;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 8px;
	text-decoration:none;
	margin: 3px;
	
}
.myButton2:hover {
	background:linear-gradient(to bottom, #402442 5%, #634C60 100%);
	background-color:#a20dbd;
	color: #EEBA1E;
	text-decoration:none;
}
.myButton2:active {
	position:relative;
	top:1px;
}

.myButton3 {
	box-shadow:inset 0px 1px 0px 0px gray;
	background:linear-gradient(to bottom, #402442 5%, #754B75 100%);
	background-color:#402442;
	border-radius:8px;
	border:1px solid black;
	display:inline-block;
	cursor:pointer;
	color:#B3B3B3;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	margin: 3px;
	
}
.myButton3:hover {
	background:linear-gradient(to bottom, #402442 5%, #634C60 100%);
	background-color:#a20dbd;
	color: #EEBA1E;
	text-decoration:none;
}
.myButton3:active {
	position:relative;
	top:1px;
}
