.myButton {
	-moz-box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.5);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #525252), color-stop(1, #030303));
	background:-moz-linear-gradient(top, #525252 5%, #030303 100%);
	background:-webkit-linear-gradient(top, #525252 5%, #030303 100%);
	background:-o-linear-gradient(top, #525252 5%, #030303 100%);
	background:-ms-linear-gradient(top, #525252 5%, #030303 100%);
	background:linear-gradient(to bottom, #525252 5%, #030303 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#030303',GradientType=0);
	background-color:#525252;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:8px 12px;
	text-decoration:none;
	text-shadow:0px -1px 0px #474747;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #030303), color-stop(1, #525252));
	background:-moz-linear-gradient(top, #030303 5%, #525252 100%);
	background:-webkit-linear-gradient(top, #030303 5%, #525252 100%);
	background:-o-linear-gradient(top, #030303 5%, #525252 100%);
	background:-ms-linear-gradient(top, #030303 5%, #525252 100%);
	background:linear-gradient(to bottom, #030303 5%, #525252 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#030303', endColorstr='#525252',GradientType=0);
	background-color:#030303;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton2 {
	-moz-box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.5);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #c7c7c7));
	background:-moz-linear-gradient(top, #ffffff 5%, #c7c7c7 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #c7c7c7 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #c7c7c7 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #c7c7c7 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #c7c7c7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c7c7c7',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #ebebeb;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:8px 12px;
	text-decoration:none;

}
.myButton2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e6e6e6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #e6e6e6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #e6e6e6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #e6e6e6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #e6e6e6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #e6e6e6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0);
	background-color:#e6e6e6;
}
.myButton2:active {
	position:relative;
	top:1px;
}
