.RegisterForm button.btnsceltaprivato{
	background-color: #bcbcbc;
	color: #505050;
	margin: 0;
}

.RegisterForm button.selected{
	background-color: #2a7510;
	color: white;
}

.RegisterForm{
	
}

.RegisterForm fieldset{ 
	border: none;
	text-align: center;
}


.RegisterForm input{ 
	border-radius: 5px;
	border:1px solid #e0e0e0;
	background: white;
	font-size: 1.1em;
	width: 300px;
	height: 27px;
	padding: 1px 8px;
	margin: 0 0 5px 2px;
	display: block;
}

.RegisterForm select{ 
	border-radius: 5px;
	border:1px solid #e0e0e0;
	background: white;
	font-size: 1.1em;
	width: 300px;
	height: 27px;
	padding: 1px 8px;
	margin: 0 0 5px 2px;
	display: block;
}

.RegisterForm input.spinner{ 

	background-image:url(img/loading16.gif);
	background-position: right center;
	background-repeat: no-repeat;

}

.RegisterForm input.error{ 
	border:1px solid #860606;
}



.RegisterForm div.field{ 
	display: inline-block;
	vertical-align: top;
	width: 300px;
	/*height: 60px;*/
	text-align: left;
}

.RegisterForm label{ 
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin: 8px 10px 20px 0;
	text-align: left;
}

.RegisterForm .captcha{ 
	margin: 0 0 0 190px;
}

.RegisterForm .field span{ 
	font-size: 0.8em;
	color: #505050;
}

.RegisterForm .field span.error{ 
	font-size: 0.8em;
	font-weight: bold;
	color: #860606;
	display: block;
}

.RegisterForm button{ 
	border-radius: 4px;
	background: #298529;
	border: none;
	padding: 8px 16px;
	text-transform: uppercase;
	color: white;
	cursor: pointer;
	margin: 60px 0 0 0;
}

.RegisterForm button:disabled{
	background: #d0d0d0;
	color: white;
	cursor: default;
}


.RegisterForm .errorbox{ 
	background: #9a2c2c;
	border:1px solid #bf7373;
	border-radius: 5px;
	padding: 9px 16px;
	margin: 0 0 5px 0;
	display: none;
}


.RegisterForm .errorbox span.error{ 
	color: white;
}


.RegisterForm .bubble {
	padding: 20px;
	position: relative;
	background: #e0e0e0; 
	border-color: #e0e0e0; 
	margin: 0 0 20px 0;
	border-radius: 5px;
}

.RegisterForm .bubble:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 300px;
	border-bottom: 20px solid blue;
	border-bottom-color: inherit; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent; 
}	




