/* CSS Document */

/* div per menu navigazione navmenu*/

div.hintMail {
	background-color:#AFDD8A;
	/*clear: both;*/
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
	position: absolute;
	left:420px;
	top:130px;
	width:150px;
	z-index:6;
	/*border: thin solid #AAFFFF;*/
	visibility: hidden;
}

div.hintUsername {
	background-color:#AFDD8A;
	/*clear: both;*/
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
	position: absolute;
	left:420px;
	top:160px;
	width:150px;
	z-index:6;
	/*border: thin solid #AAFFFF;*/
	visibility:hidden;
}

div.hintPassword {
	background-color:#AFDD8A;
	/*clear: both;*/
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
	position: absolute;
	left:420px;
	top:190px;
	width:150px;
	z-index:6;
	/*border: thin solid #AAFFFF;*/
	visibility:hidden;
}

div.hintPassword2 {
	background-color:#AFDD8A;
	/*clear: both;*/
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
	position: absolute;
	left:420px;
	top:220px;
	width:150px;
	z-index:6;
	/*border: thin solid #AAFFFF;*/
	visibility:hidden;
}


