.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
	width: 100%;
	text-align: center;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.myButton:active {
	position:relative;
	top:1px;
}

.myButton-red {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	width: 100%;
	text-align: center;
}.myButton-red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.myButton-red:active {
	position:relative;
	top:1px;
}

.myButton-green {
	-moz-box-shadow:inset 0px 1px 0px 0px #93F29B;
	-webkit-box-shadow:inset 0px 1px 0px 0px #93F29B;
	box-shadow:inset 0px 1px 0px 0px #93F29B;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00FE19), color-stop(1, #00CE00) );
	background:-moz-linear-gradient( center top, #00FE19 5%, #00CE00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FE19', endColorstr='#00CE00');
	background-color:#00FE19;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #25D834;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #35B13D;
	width: 100%;
	text-align: center;
}.myButton-green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00CE00), color-stop(1, #00FE19) );
	background:-moz-linear-gradient( center top, #00CE00 5%, #00FE19 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CE00', endColorstr='#00FE19');
	background-color:#00CE00;
}.myButton-green:active {
	position:relative;
	top:1px;
}