/*

  (adsbygoogle = window.adsbygoogle || []).push({
    google_ad_client: "ca-pub-2227237705306899",
    enable_page_level_ads: true
  });
*/

/*Pulsante registrati*/
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f55656;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f55656;
	box-shadow:inset 0px 1px 0px 0px #f55656;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b81435), color-stop(1, #a6003d));
	background:-moz-linear-gradient(top, #b81435 5%, #a6003d 100%);
	background:-webkit-linear-gradient(top, #b81435 5%, #a6003d 100%);
	background:-o-linear-gradient(top, #b81435 5%, #a6003d 100%);
	background:-ms-linear-gradient(top, #b81435 5%, #a6003d 100%);
	background:linear-gradient(to bottom, #b81435 5%, #a6003d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b81435', endColorstr='#a6003d',GradientType=0);
	background-color:#b81435;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #751313;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a6003d), color-stop(1, #b81435));
	background:-moz-linear-gradient(top, #a6003d 5%, #b81435 100%);
	background:-webkit-linear-gradient(top, #a6003d 5%, #b81435 100%);
	background:-o-linear-gradient(top, #a6003d 5%, #b81435 100%);
	background:-ms-linear-gradient(top, #a6003d 5%, #b81435 100%);
	background:linear-gradient(to bottom, #a6003d 5%, #b81435 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6003d', endColorstr='#b81435',GradientType=0);
	background-color:#a6003d;
}
.myButton:active {
	position:relative;
	top:1px;
}
a.myButton {
    color: white!important;
    font-weight: bold!important;
}