.Phone {
	font-size: 19px;
	color:#FFF;
	font-family:"Arial Black", Gadget, sans-serif;
	
}

.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b50738), color-stop(1, #820528));
	background:-moz-linear-gradient(top, #b50738 5%, #820528 100%);
	background:-webkit-linear-gradient(top, #b50738 5%, #820528 100%);
	background:-o-linear-gradient(top, #b50738 5%, #820528 100%);
	background:-ms-linear-gradient(top, #b50738 5%, #820528 100%);
	background:linear-gradient(to bottom, #b50738 5%, #820528 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50738', endColorstr='#820528',GradientType=0);
	background-color:#b50738;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:11px 27px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #820528), color-stop(1, #b50738));
	background:-moz-linear-gradient(top, #820528 5%, #b50738 100%);
	background:-webkit-linear-gradient(top, #820528 5%, #b50738 100%);
	background:-o-linear-gradient(top, #820528 5%, #b50738 100%);
	background:-ms-linear-gradient(top, #820528 5%, #b50738 100%);
	background:linear-gradient(to bottom, #820528 5%, #b50738 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#820528', endColorstr='#b50738',GradientType=0);
	background-color:#820528;
}
.myButton:active {
	position:relative;
	top:1px;
}
