
.butn_org {
  background: #f0922d;
  background-image: -webkit-linear-gradient(top, #f0922d, #bd6d1c);
  background-image: -moz-linear-gradient(top, #f0922d, #bd6d1c);
  background-image: -ms-linear-gradient(top, #f0922d, #bd6d1c);
  background-image: -o-linear-gradient(top, #f0922d, #bd6d1c);
  background-image: linear-gradient(to bottom, #f0922d, #bd6d1c);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butn_org:hover {
  background: #ffa340;
  background-image: -webkit-linear-gradient(top, #ffa340, #ba7b3c);
  background-image: -moz-linear-gradient(top, #ffa340, #ba7b3c);
  background-image: -ms-linear-gradient(top, #ffa340, #ba7b3c);
  background-image: -o-linear-gradient(top, #ffa340, #ba7b3c);
  background-image: linear-gradient(to bottom, #ffa340, #ba7b3c);
  text-decoration: none;
}

.butn_blu {
  background: #2d5aef;
  background-image: -webkit-linear-gradient(top, #2d5aef, #1c43bd);
  background-image: -moz-linear-gradient(top, #2d5aef, #1c43bd);
  background-image: -ms-linear-gradient(top, #2d5aef, #1c43bd);
  background-image: -o-linear-gradient(top, #2d5aef, #1c43bd);
  background-image: linear-gradient(to bottom, #2d5aef, #1c43bd);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butn_blu:hover {
  background: #406cff;
  background-image: -webkit-linear-gradient(top, #406cff, #3b5bba);
  background-image: -moz-linear-gradient(top, #406cff, #3b5bba);
  background-image: -ms-linear-gradient(top, #406cff, #3b5bba);
  background-image: -o-linear-gradient(top, #406cff, #3b5bba);
  background-image: linear-gradient(to bottom, #406cff, #3b5bba);
  text-decoration: none;
}


.buybtn_red {
	-moz-box-shadow: 0px 1px 6px 0px #8a2a21;
	-webkit-box-shadow: 0px 1px 6px 0px #8a2a21;
	box-shadow: 0px 1px 6px 0px #8a2a21;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
	background-color:#c62d1f;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.buybtn_red :hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24437 5%, #eb7970 100%);
	background:-webkit-linear-gradient(top, #f24437 5%, #eb7970 100%);
	background:-o-linear-gradient(top, #f24437 5%, #eb7970 100%);
	background:-ms-linear-gradient(top, #f24437 5%, #eb7970 100%);
	background:linear-gradient(to bottom, #f24437 5%, #eb7970 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#eb7970',GradientType=0);
	background-color:#f24437;
}
.buybtn_red :active {
	position:relative;
	top:1px;
}

        



.buybtn_yel {
	-moz-box-shadow: 0px 1px 5px 3px #fff6af;
	-webkit-box-shadow: 0px 1px 5px 3px #fff6af;
	box-shadow: 0px 1px 5px 3px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:21px;
	font-weight:bold;
	font-style:italic;
	padding:10px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}
.buybtn_yel:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.buybtn_yel:active {
	position:relative;
	top:1px;
}


.buybtn_green {
  background: #87f08e;
  background-image: -webkit-linear-gradient(top, #87f08e, #186637);
  background-image: -moz-linear-gradient(top, #87f08e, #186637);
  background-image: -ms-linear-gradient(top, #87f08e, #186637);
  background-image: -o-linear-gradient(top, #87f08e, #186637);
  background-image: linear-gradient(to bottom, #87f08e, #186637);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 0px 6px #179c3b;
  -moz-box-shadow: 0px 0px 6px #179c3b;
  box-shadow: 0px 0px 6px #179c3b;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 12px 20px 12px 20px;
  border: solid #1fab49 2px;
  text-decoration: none;
}

.buybtn_green:hover {
  background: #49fc3c;
  background-image: -webkit-linear-gradient(top, #73d168, #87f08e);
  background-image: -moz-linear-gradient(top, #73d168, #87f08e);
  background-image: -ms-linear-gradient(top, #73d168, #87f08e);
  background-image: -o-linear-gradient(top, #73d168, #87f08e);
  background-image: linear-gradient(to bottom, #73d168, #87f08e);
  text-decoration: none;
}


.btn_purple {
	-moz-box-shadow:inset 0px 0px 11px 8px #e184f3;
	-webkit-box-shadow:inset 0px 0px 11px 8px #e184f3;
	box-shadow:inset 0px 0px 11px 8px #e184f3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #781caa), color-stop(1, #a20dbd));
	background:-moz-linear-gradient(top, #781caa 5%, #a20dbd 100%);
	background:-webkit-linear-gradient(top, #781caa 5%, #a20dbd 100%);
	background:-o-linear-gradient(top, #781caa 5%, #a20dbd 100%);
	background:-ms-linear-gradient(top, #781caa 5%, #a20dbd 100%);
	background:linear-gradient(to bottom, #781caa 5%, #a20dbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#781caa', endColorstr='#a20dbd',GradientType=0);
	background-color:#781caa;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	display:inline-block;
	cursor:pointer;
	color:#f5edf5;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:14px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}
.btn_purple:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #781caa));
	background:-moz-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:-webkit-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:-o-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:-ms-linear-gradient(top, #a20dbd 5%, #c123de 100%);
	background:linear-gradient(to bottom, #a20dbd 5%, #c123de 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#781caa',GradientType=0);
	background-color:#a20dbd;
}
.btn_purple:active {
	position:relative;
	top:1px;
}

        

