@charset "UTF-8";

#container {
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	overflow: auto;
}


#TOP {
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
	height: 70px;
	border: thin solid #666666;
}
#modulo_registrazione {
	margin-top: 6px;
	position: relative;
	border: thin solid #CCCCCC;
	width: 640px;
	padding: 4px;
}

#modulo_recuperopassword {
	margin-top: 6px;
	position: relative;
	border: thin solid #CCCCCC;
	top: 10px;
	width: 400px;
	padding: 4px;
}
#invio_mail {
	margin-top: 8px;
	margin-left: 4px;
}

#parametri_accesso,#info_personali, #registra, #chapca , #privacy_module{
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
	border: thin solid #999999;
}
#struttura {
	display: block;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 8px;
	border: thin solid #CCCCCC;
}

body.privato #struttura {
	display: none;
}
#disclaimer {
	display: block;
	margin: 4px 4px 10px;
	padding: 4px;
	border: thin solid #999999;
	overflow: scroll;
	height: 70px;
	color: #333333;
}
#torna_alla_lista, #elimina_utente {
	margin: 10px;
}
#activation {
	float: left;
}
#captcha  div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 6px;
} 
#captcha_input {
	z-index: 100;
	float: left;
	position: relative;
	padding-left: 10px;
	padding-right: 20px;
	letter-spacing: 1em;
} 
#captcha_id {
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
} 
