@charset "utf-8";
/* CSS Document */

.Register-Container {
font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
background-image:url(https://images.visititaly.com/App_Images/pre01.jpg);
background-position:  center right;
background-repeat:no-repeat;
width:850px;
margin-left:auto;
margin-right:auto;


}
#form1 {width: 357px; margin: 0px 0px 60px 20px; display:block; clear:both;}
.r-input {
	position:relative;
	margin:35px 0px 0px 0px;
}
.r-input input {
	width: 305px;
	height:24px
}
.r-input input, .r-input textarea {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 0 0 #000, inset 0px 3px 3px #eee;
	-webkit-box-shadow:0 0 0 #000, inset 0px 3px 3px #eee;
	box-shadow:0 0 0 #000, inset 0px 3px 3px #eee;
	font-size:16px;
	border:1px solid #bfbfbf;
	padding:5px
}
.r-input input:hover, .r-input textarea:hover {
	border:1px solid #a0a0a0
}
.r-input span {
	font-size:14px;
	position:absolute;
	left:4px;
	top:-22px;
	cursor:text;
	pointer-events:none;
	color:#777;
	transition:color 0.2s linear 0s;
	-webkit-transition:color 0.2s linear 0s;
	-moz-transition:color 0.2s linear 0s
}

.r-input.focused input, .r-input.focused textarea {
	border:1px solid #a0a0a0
}
.r-input.focused span {
	color:#ccc;
	transition:color 0.2s linear 0s;
	-webkit-transition:color 0.2s linear 0s;
	-moz-transition:color 0.2s linear 0s
}
.r-input.populated span {
	display:none
}
.r-checkbox {
	position:relative;
	margin:5px 0px;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:-moz-none;
	-o-user-select:none;
	user-select:none;
	line-height:36px;
}
.r-checkbox input { 
	position:relative;
	top:3px;
}
.r-checkbox span { font-size:12px}
.blue-button {
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3),inset 0px 1px 0px #83c5f1;
	-moz-text-shadow: #355782 0 1px 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),inset 0px 1px 0px #83C5F1;
	-webkit-text-shadow: #355782 0 1px 2px;
	background: #2180CE;
	background: -moz-linear-gradient(top, #33A0E8, #2180CE);
	background: -webkit-gradient(linear, left top, left bottom, from(#33A0E8), to(#2180CE));
	border-bottom: 1px #0F568B solid;
	border-left: 1px #18639A solid;
	border-right: 1px #18639A solid;
	border-top: 1px #2270AB solid;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),inset 0px 1px 0px #83C5F1;
	clear:both;		
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33a0e8", endColorstr="#2180ce");
	font-weight:bold;
	margin:5px 0;
	padding:10px 20px;
	text-shadow: #355782 0 1px 2px;
	width: 317px;
}
/* ------------------------------------------------------ */
label.error {
	margin: 8px 0 0 0;
	text-align: left;
	color: red;
	font-size: 12px;
	line-height: 18px;
	color: #ff0000;
	position:absolute;
	top:0px;
	left:365px;
	clear:both;
	background-color:#FFFFFF;
	opacity:0.6;
	filter:alpha(opacity=60);
	padding:4px;
	width:300px;	
	
}
.Register-Container #form1 .r-checkbox .resetform {
	float: right;
	cursor: pointer;
	height:24px;
	margin: 8px 4px; 0 0;
}
.title-text {
	color: #222;
	font-size: 22px;
	font-weight: 600;
	font-weight: 600;
	line-height: 33px;
}
.subtitle-text {
color: #666666;
font-size: 16px;
font-weight: 300;
}
.Register-Container .header {
	background-image:url(https://images.visititaly.com/app_images/SupHeader/NewLogo.gif);
	background-position:left;
	background-repeat:no-repeat;
}


.Register-Container .headerBorder {
    width: 100%;
    height: 0;
    margin: 5px 0 40px 0;
    border-top: 1px solid #CEECFD;
    border-bottom: 1px solid #FAFBFC;
    clear: both;
}
.Register-Container  .staff-cont {
    margin: 25px 0px 0px 0px;
    font-size:14px;
    color:#666666;
    display:block;
    clear:both;
}
.Register-Container  .staff-cont a:link , a:visited {
    color:#666666;
    text-decoration:none;    
}
.Register-Container  .staff-cont a:hover {
    color:#666666;
    text-decoration:underline;    
}

.Register-Container  #aiuto {
    margin: 0px 0px 10px 0px;
    font-size:14px;
    color:#666666;
}
.Register-Container #aiuto a:link , a:visited {
    color:#666666;
    text-decoration:none;    
}
.Register-Container #aiuto a:hover {
    color:#666666;
    text-decoration:underline;    
}

.Register-Container .nuovoracconto { font-size:16px; margin:15px 0px;}
.Register-Container .nuovoracconto a:link , a:visited {
    color:#0971B2;
    text-decoration:none;    
}
.Register-Container .nuovoracconto  a:hover {
    color:#0971B2;
    text-decoration:underline;    
}