.purplebutton {
	-moz-box-shadow: 0px 3px 7px 2px #c275d1;
	-webkit-box-shadow: 0px 3px 7px 2px #c275d1;
	box-shadow: 0px 3px 7px 2px #c275d1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a01eba), color-stop(1, #7a0791));
	background:-moz-linear-gradient(top, #a01eba 5%, #7a0791 100%);
	background:-webkit-linear-gradient(top, #a01eba 5%, #7a0791 100%);
	background:-o-linear-gradient(top, #a01eba 5%, #7a0791 100%);
	background:-ms-linear-gradient(top, #a01eba 5%, #7a0791 100%);
	background:linear-gradient(to bottom, #a01eba 5%, #7a0791 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a01eba', endColorstr='#7a0791',GradientType=0);
	background-color:#a01eba;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #a511c0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:28px;
	font-weight:bold;
	padding:8px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}
.purplebutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7a0791), color-stop(1, #a01eba));
	background:-moz-linear-gradient(top, #7a0791 5%, #a01eba 100%);
	background:-webkit-linear-gradient(top, #7a0791 5%, #a01eba 100%);
	background:-o-linear-gradient(top, #7a0791 5%, #a01eba 100%);
	background:-ms-linear-gradient(top, #7a0791 5%, #a01eba 100%);
	background:linear-gradient(to bottom, #7a0791 5%, #a01eba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a0791', endColorstr='#a01eba',GradientType=0);
	background-color:#7a0791;
}
.purplebutton:active {
	position:relative;
	top:1px;
}