.popup{ 
       margin: 80px auto;
    width: 386px;
    height: 400px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.43);
    box-shadow: 0 0 10px #c4c4c4;
    font-family: sans-serif;
    border-radius: 129px;
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}


.myButton_1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #3dc21b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3dc21b;
	box-shadow:inset 0px 1px 0px 0px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #158f36), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #158f36 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #158f36 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #158f36 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #158f36 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #158f36 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#158f36', endColorstr='#5cbf2a',GradientType=0);
	background-color:#158f36;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton_1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #158f36));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #158f36 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #158f36 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #158f36 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #158f36 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #158f36 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#158f36',GradientType=0);
	background-color:#5cbf2a;
}
.myButton_1:active {
	position:relative;
	top:1px;
}
