 	.blocco_scheda {
		width: 970px;
		margin:0 auto 60px;
		background:url("../img/pattern/gs_arancio_pattern.png") repeat 0 0;
		border:5px #fff solid;
		border-radius:24px;
		overflow:visible;
		position:relative;
		min-height:350px;
		z-index:1;		
		box-shadow: 0px 0px 5px 0px rgba(0, 3, 25, 0.35);
	}
	.tit_page {
		  position: relative;
		  height: 80px;
		  background: #e97926;
		  margin: 50px 0 0 0;
	}
	.tit_page:after {
		  content:'';
		  position:absolute;
		  left:16px;
		  top:10px;
		  width:212px;
		  height: 277px;
		  z-index:100;
		  background: url("../img/share/login.png") no-repeat left bottom;
		  
	}
	.tit_page h1 {
		  font-size: 1.750em;
		  line-height: 83px;
		  color: #ffea00;
		  z-index: 1;
		  margin: 0 0 0 260px;
		  font-weight:900;
	}
	.tit_page h2 {
		  font-size: 1.750em;
		  line-height: 83px;
		  color: #ffea00;
		  z-index: 1;
		  margin: 0 0 0 260px;
		  font-weight:900;
	}
	.tit_page h2 span.tit_page_1 {
		  line-height: 40px;
		  display:block;
	}
	.tit_page h2 span.tit_page_2 {
		  line-height: 40px;
		  display:block;
		  color:#fff;
	}
	.tit_page_center {
		width: 100%;
  		padding: 0;
	}
	a.indietro {
		right: 35px;
		top: -38px;
	}
	
	/*FORM LOGIN*/
	
	#form1{
		padding: 17px 34px 205px 260px;
		  overflow: hidden;
	}
	
	#form2{
		padding: 17px 34px 70px 260px;
		  overflow: hidden;
	}
	
	.log_field{
		float:left;
	}
	
	.txtform label{
		color:#FFFFFF;
		font-size:0.80em;
		line-height:16px;
	}
	
	.log_field #username, .log_field #username2, .log_field #password, .log_field #nome_segnala, .log_field #email_segnala{
		border:1px solid #cdcdcd;
		color: #074b64;
  font-size: 1.0em;
  width: 202px;
  height: 29px;
  line-height: 29px;
	}
	
	.log_field #username, .log_field #username2, .log_field #nome_segnala{
		margin-right:46px;
	}
	
	.log_field #password{
		margin-right:36px;
	}
	
	.log_field input[type="submit"]{
		overflow: hidden;
		border: none;
		outline: none;
		z-index: 100;
		line-height: 26px;
		background: #ffcd00 url("../img/share/entra.png") no-repeat 7px center;
		background-size:18px 14px;
		display: block;
		padding: 8px 14px 8px 30px;
		overflow: hidden;
		text-indent: 0;
		cursor: pointer;
		margin: 18px auto 0;
		position: relative;
		font-size: 1.2em;
		color: #074b64;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(199, 163, 37, 0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(199, 163, 37, 0.5);
		box-shadow: 2px 2px 0px 0px rgba(199, 163, 37, 1), inset 1px 2.0px 0px 0px rgba(255, 236, 158, 1);
		border-radius: 8px;
		font-family: 'Londrina Solid', cursive;
	}
	
	.txtform2{
		margin:30px 54px 8px 0;
	}
	
	.txtform2 p{
		color:#FFFFFF;
		font-size:0.90em;
		font-weight:bold;
	}

	.log_button{
		overflow: hidden;
		border: none;
		outline: none;
		z-index: 100;
		line-height: 26px;
		background-color: #ffcd00 ;
		display: inline-block;
		padding: 1px 14px;
		overflow: hidden;
		text-indent: 0;
		cursor: pointer;
		margin:0;
		position: relative;
		font-size: 0.85em;
		color: #074b64;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(199, 163, 37, 0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(199, 163, 37, 0.5);
		box-shadow: 2px 2px 0px 0px rgba(199, 163, 37, 1), inset 1px 2.0px 0px 0px rgba(255, 236, 158, 1);
		border-radius: 8px;
		font-family: 'Londrina Solid', cursive;
	}
	
	.divacceso{display:block;}
	.divspento{display:none;}
	
	.richiesta_int_3 p{
		color:#FFFFFF;
		padding:2px 0 20px ;
	}
	
	.richiesta_int_rec{
		padding: 20px 34px 20px 260px;
	}
	
	.richiesta_int_rec p, .richiesta_int_out p{
		color:#FFFFFF;
	}
	
	/*LOGOUT*/
	
	.tit_page_out {
		  position: relative;
		  height: 65px;
		  background: #e97926;
		  margin: 30px 0 0 0;
	}
	.tit_page_out:after {
		  content:'';
		  position:absolute;
		  left:0;
		  top:-10px;
		  width:240px;
		  height: 363px;
		  z-index:100;
		  background: url("../img/share/logout.png") no-repeat left bottom;
		  
	}
	.tit_page_out h2 {
		  font-size: 1.750em;
		  line-height: 70px;
		  color: #ffea00;
		  z-index: 1;
		  margin: 0 0 0 264px;
		  font-weight:900;
	}
	.tit_page_out h2 span.tit_page_1 {
		  line-height: 40px;
		  display:block;
	}
	.tit_page_out h2 span.tit_page_2 {
		  line-height: 40px;
		  display:block;
		  color:#fff;
	}
	
	.richiesta_int_out{
		padding: 20px 34px 20px 0;
		margin-left:264px;
		min-height:260px;
	}
	
	
	
	.risultato_invia {
		  clear: both;
  width: 462px;
  padding: 20px 0 0;
  float: left;
		
	}
	.risultato_invia img {
			float:left;
	}
	.risultato_invia .input_ele_int_2 {
			float:left;
			width:58px;
			height:26px;
			background:#fff;
			border:none;
			font-size:1.0em;
			line-height:26px;
			margin:0 10px 0 0;
	}
	a.topizza {
		border-radius: 5px;
		background-color:#ffda24;
		background-image: -moz-linear-gradient( 90deg, rgb(255,219,46) 0%, rgb(255,203,0) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(255,219,46) 0%, rgb(255,203,0) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(255,219,46) 0%, rgb(255,203,0) 100%);
		box-shadow: 2px 2px 0px 0px rgba(199, 163, 37, 1), inset 1px 2.0px 0px 0px rgba(255, 236, 158, 1);
		position: relative;
		line-height:26px;
		font-family: 'Londrina Solid', cursive;
		font-size:0.850em;
		float:left;
	
	}
	a.topizza span {
		padding: 0 10px 0 10px;
	}
	a.proseguire, a.proseguire:visited, a.proseguire:hover {
		color:#fff;
		margin:0 10px 0 6px;
		font-size:0.900em;
		line-height:26px;
		float:left;

	}
	.pulsante_invia {
		  overflow: hidden;
		  border: none;
		  outline: none;
		  z-index: 100;
		  line-height: 26px;
		  background: #ffcd00 url("../img/share/entra.png") no-repeat 7px center;
		  background-size: 18px 14px;
		  display: block;
		  padding: 8px 14px 8px 30px;
		  overflow: hidden;
		  text-indent: 0;
		  cursor: pointer;
		  position: relative;
		  font-size: 1.2em;
		  color: #074b64;
		  -webkit-box-shadow: 0px 0px 5px 0px rgba(199, 163, 37, 0.5);
		  -moz-box-shadow: 0px 0px 5px 0px rgba(199, 163, 37, 0.5);
		  box-shadow: 2px 2px 0px 0px rgba(199, 163, 37, 1), inset 1px 2.0px 0px 0px rgba(255, 236, 158, 1);
		  border-radius: 8px;
		  font-family: 'Londrina Solid', cursive;
		    margin: 18px 0 0 46px;
			float:left;
	}
	.richiesta_int_4{
		padding: 20px 34px 20px 0;
		margin-left:264px;
		color:#fff;
	}
	.richiesta_int_4 a, .richiesta_int_4 a:visited, .richiesta_int_4 a:hover{
		color:#fff;
		display:block;
	}
	
	@media screen and (min-width: 320px) and (max-width: 767px) {
		
	.richiesta_int_4{
		margin-left:0;
		padding: 20px 34px 20px 20px;
	}	
	}
	
	
	.richiesta_int_4 p{
		padding: 0 0 20px 0;
	}
	.richiesta_int_4 p.browser1{
		font-size:1.500em;
		padding:0 0 10px;
		line-height:38px;
		
	}
	.richiesta_int_4 p.browser2{
		padding:0 0 20px;
	}
	.richiesta_int_4 p.browser3{
		padding:0 0 10px;
		text-transform:uppercase;
	}
	
	.richiesta_int_4 ul.ele_browser {
		list-style-type:none;
		padding:0 0 20px;
		margin:0;
		overflow:hidden;
		width:100%;
	}
	.richiesta_int_4 ul.ele_browser li {
		float:left;
		width:30%;
		margin:0 3% 0 0;
		background-color: #fff;
		background-position:10px center;
		background-repeat:no-repeat;
		box-shadow: 0 1px 2px #ccc;
	}
	.richiesta_int_4 ul.ele_browser li.chrome {
		background-image:url('../img/share/chrome.png');
		background-size:40px auto;
	}
	.richiesta_int_4 ul.ele_browser li.firefox {
		background-image:url('../img/share/firefox.png');
		background-size:40px auto;
	}
	.richiesta_int_4 ul.ele_browser li.internet_explorer {
		background-image:url('../img/share/ie.png');
		background-size:40px auto;
	}
	.richiesta_int_4 ul.ele_browser li a, .richiesta_int_4 ul.ele_browser li a:visited, .richiesta_int_4 ul.ele_browser li a:hover {
		  padding: 15px 0 15px 60px;
		  display: block;
		  color: #000;
		  font-size: 0.7em;
		  line-height: 15px;
	}
	.richiesta_int_4 ul.ele_browser li a span {
		display:block;
		color:#074b64;
		font-weight:700;
		
	}
	
	
	

@media screen and (min-width: 320px) and (max-width: 767px) {
.blocco_scheda {
	width: 100%;
	margin: 0 auto 0;
	border: none;
	border-radius: inherit;
	overflow: visible;
	position: relative;
	box-shadow: none;
	min-height: inherit;
}
.tit_page {
	min-height: 50px;
	margin: 0;
	  height: inherit;
}
.tit_page:after {
	background:none;
	display:none;
}
.tit_page h1 {
	font-size: 1.250em;
	line-height: 30px;
	color: #FFEA00;
	z-index: 1;
	padding: 15px 10px;
	font-weight: 900;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tit_page h2 {
	font-size: 1.250em;
	line-height: 30px;
	z-index: 1;
	padding: 15px 10px;
	font-weight: 900;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tit_page h2 span.tit_page_1 {
	line-height: 30px;
	display: block;
}
.tit_page h2 span.tit_page_2 {
	line-height: 30px;
	display: block;
	color: #fff;
}


.tit_page_out {
	min-height: 50px;
	margin: 0;
	  height: inherit;
}
.tit_page_out:after {
	background:none;
	display:none;
}
.tit_page_out h1 {
	font-size: 1.250em;
	line-height: 30px;
	color: #FFEA00;
	z-index: 1;
	padding: 15px 10px;
	font-weight: 900;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tit_page_out h2 {
	font-size: 1.250em;
	line-height: 30px;
	z-index: 1;
	padding: 15px 10px;
	font-weight: 900;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tit_page_out h2 span.tit_page_1 {
	line-height: 30px;
	display: block;
}
.tit_page_out h2 span.tit_page_2 {
	line-height: 30px;
	display: block;
	color: #fff;
}


#regist_intro p {
  color: #FFFFFF;
  font-size: 0.90em;
  line-height: 22px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
}
#regist_form {
  margin: 0;
}
.reg_row {
  clear: both;
  overflow: hidden;
  padding: 0 10px 10px;
}
.reg_row .reg_field {
  float: none;
  width: 100%;
  position: relative;
  margin:0 0 10px;
}
#topizza_nome {
  	margin: 7px 0 0 0;
  	position: relative;
  	left: 0;
  	width: 230px;
  	top: 0;
	overflow: hidden;
}
#ex_pop, #topizza_desc {
  padding: 10px 0 0 0;
  clear: both;
}
#ex_pop p, #topizza_desc p {
  color: #FFFFFF;
  font-size: 0.80em !important;
  line-height: 20px;
}
.reg_field input[type="text"], .reg_field input[type="username"], .reg_field input[type="password"] {
  border: 1px solid #cdcdcd;
  color: #074b64;
  font-size: 1.0em;
  margin-right: 0;
  width: 100%;
  height: 29px;
}
.selec_reg:last-child {
  margin-right: 0;
}
.selec_reg {
	width:100% !important;
}
.risultato_invia a.topizza {
  position: absolute;
  left: 0;
  top: 33px;
}
.risultato_invia a.proseguire, .risultato_invia a.proseguire:visited, .risultato_invia a.proseguire:hover {
  margin: 0;
  font-size: 0.900em;
  line-height: 26px;
  float: left;
  width: 100%;
  padding: 0 0 0 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.risultato_invia img {
  margin: 10px 0 0 0;
}
.risultato_invia .input_ele_int_2 {
  margin: 10px 10px 0 0;
}
.risultato_invia {
  padding-top: 28px;
  float: left;
  position: relative;
}


.second_tit_page {
  min-height: 50px;
  margin: 20px 0 0;
  height: inherit;
}
.second_tit_page:after {
	background:none;
	display:none;
}
.second_tit_page_center {
  width: 100%;
  padding: 0;
}
.second_tit_page h1 {
	font-size: 1.250em;
	line-height: 30px;
	color: #FFEA00;
	z-index: 1;
	padding: 15px 10px;
	font-weight: 900;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.second_tit_page h2 {
	font-size: 1.250em;
	line-height: 30px;
	z-index: 1;
	padding: 15px 10px;
	font-weight: 900;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.second_tit_page h2 span.tit_page_1 {
	line-height: 30px;
	display: block;
}
.second_tit_page h2 span.tit_page_2 {
	line-height: 30px;
	display: block;
	color: #fff;
}
#disclaimer {
  padding: 10px 10px;
}
.reg_check {
  padding: 10px 10px;
  display: block;
}
#regist_form #upd {
 
  margin: 18px 0 20px 0;
 
}

.tit_page_esito {
	min-height: 50px;
	margin: 0;
	height: inherit;
}
.tit_page_esito:after {
	background:none;
	display:none;
}
.tit_page_esito h1 {
	font-size: 1.250em;
	line-height: 30px;
	color: #FFEA00;
	z-index: 1;
	padding: 15px 10px;
	font-weight: 900;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tit_page_esito h2 {
	font-size: 1.250em;
	line-height: 30px;
	z-index: 1;
	padding: 15px 10px;
	font-weight: 900;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tit_page_esito h2 span.tit_page_1 {
	line-height: 30px;
	display: block;
}
.tit_page_esito h2 span.tit_page_2 {
	line-height: 30px;
	display: block;
	color: #fff;
}
#regist_intro_esito {
  padding: 25px 10px;
}
#regist_intro_esito p {
  color: #FFFFFF;
  font-size: 0.80em;
  line-height: 20px;
  font-weight: bold;
  margin:0;
}
#form1 {
  padding: 25px 10px;
  overflow: hidden;
}
.log_field {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.log_field #username, .log_field #username2, .log_field #nome_segnala {
  margin-right:0;
  width:100%;
}
.log_field #password {
   margin-right:0;
  width:100%;
}
.richiesta_int_rec {
	padding: 25px 10px;
}
#form2 {
  padding: 0 10px;
  overflow: hidden;
}
.txtform2 {
  margin: 20px 0 0 0;
}
.richiesta_int_3 {
	margin:0 0 20px;
}
.log_field #username, .log_field #username2, .log_field #password, .log_field #nome_segnala, .log_field #email_segnala {
  width: 100%;
}
.pulsante_invia {
	margin: 18px 0 0 auto;
	float: right;
}
.log_field input[type="submit"] {
  margin: 18px 0 0 auto;
}
.richiesta_int_rec{
		padding: 10px;
	}
	
	.richiesta_int_rec p, .richiesta_int_out p{
		color:#FFFFFF;
	}
	
	.richiesta_int_out{
		padding: 10px;
		margin-left:0;
		min-height:inherit;
	}
	
}	