@charset "UTF-8";
/* CSS Document */
/* COLORI SITO

marrone scuro =   #6C351D
marrone chiaro =  #C1AC93
giallo =  #F18D1E

*/




/************************ REGISTRAZIONE *****************************/


.img-reg{
	width:500px;
	height:290px;
	position:relative;
	margin-left:420px;
	top:10px;
	background: #3CC;
	z-index:2;

	}

.title-reg {
	width:800px; 
	height: 80px; 
	position:relative;
	top:-80px;
	left:30px;
	font-family: 'jockey_oneregular';
    font-size: 50px;
	text-align:left;
	color:#2B223A;
	padding:0;
	margin:0;
	
    }

.parag-reg {
	width: 800px; 
	min-height:50px; 
	position:relative;
	margin-top:-80px;
	margin-left:30px;
	font-family: "Trebuchet MS";
        font-size: 18px;
	text-align:left;
	color: #2B223A;

    }

.cont-reg-form{
	width:500px;
	min-height:500px;
	position:absolute;
	margin-right:20px;
	float:left;
	right:175px;
	top:140px;

	}

	
.pul-reg-cl{
	width:60px;
	height:60px;
	position:absolute;
	top:-25px;
	right:-25px;
	background: url('../image/pul-close.png') no-repeat;
	cursor:pointer;
	 
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
-o-transition: backgroundy 0.3s ease-in-out;
-ms-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;

	}
	
.pul-reg-cl:hover{ background: url('../image/pul-close-hover.png') no-repeat;}
	

	
.check-reg1{
	height:15px;
	width:15px;
	position:absolute;
    left:340px;
	top:335px;

	}

.t-check-reg{
	height:auto;
	width:335px;
	position:absolute;
	left:10px;
	top:330px;
	font-family: 'colaborate-thinregular';
	font-size:10px;
	
	}

.t-check-regb{
	height:auto;
	width:335px;
	position:relative;
	margin-left:100px;
	top:80px;
	font-family: 'colaborate-thinregular';
	font-size:10px;
	
	}

.btn-reg-inv{
	height:35px;
	width:100px;
	position:absolute;
	left:265px;
	top:340px;
	font-family: "Trebuchet MS";
	font-size:18px;
	text-align:center;
	line-height:34px;
	color: #FFF;
	background:#2B223A;
	cursor:pointer;
	transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	
	}
.btn-reg-inv:hover{ color:#2B223A; background: #898096;}
	


/******************* esito 1 ********************/

 .title-reg2{
	 width:360px;
	 height:auto;
	 position:relative;
	 margin-left:auto;
	 margin-right:auto;
	 top:50px;
	 font-family: 'colaborate-thinregular';
	 text-align:center;
	 font-size:20px;

	 }
	 
.img-alert{
	width:90px;
	height:90px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:50px;
	background: url('../image/errore.png') no-repeat;

	}

/******************* esito 2 ********************/

.cont-reg-form3{
	width:500px;
	min-height:100px;
	position:relative;
	left:10px;
	top:0px;
	}
	
	
.btn-reg-inv2{
	height:35px;
	width:100px;
	position:absolute;
	left:380px;
	top:80px;
	font-family: 'colaborate-thinregular';
	font-size:18px;
	text-align:center;
	line-height:34px;
	color:#FFF;
	background:#6C351D;
	cursor:pointer;
	
	}
.btn-reg-inv2:hover{ color:#6C351D; background:#C1AC93;}
	


/************************ END POP UP REGISTRAZIONE *****************************/


/* =========================================================================== */



