.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #990000;
	-webkit-box-shadow:inset 0px 1px 0px 0px #990000;
	box-shadow:inset 0px 1px 0px 0px #990000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #990000), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #990000 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #990000 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #990000 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #990000 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #990000 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#c62d1f',GradientType=0);
	background-color:#990000;
	-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:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #990000));
	background:-moz-linear-gradient(top, #c62d1f 5%, #990000 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #990000 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #990000 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #990000 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #990000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#990000',GradientType=0);
	background-color:#c62d1f;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}
.mailto{
	color:#fff;
}
.padding{
	padding-left: 55px;	
}