/* CSS Document */

/* div per menu navigazione navmenu*/

.Privacy
{
    overflow: Auto;
    background-color:#C7C67E;
    border:1px solid #000000;
    color:#000000;
    font:9px Verdana;
    width: 380px;
    height: 90px;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;

}

label {
    display:block;
    float:left;
    width:180px;
}

.single {
    clear: both;
}

span.tip {
    font-size: 8px;
    clear: both;
}

.fieldsCollection {
    width:94%;
}

.collection {
    padding-bottom: 50px;
}




#inputregister {
    background-color:#C7C67E;
    margin-left:80px;
    margin-top:2px;
}
#inputregisterSI {
    margin-left:30px;
    margin-top:2px;
}
#inputregisterNO {
    margin-left:100px;
    margin-top:2px;
}


#firstname, #secondname {
    width:10.5em;
}

input.fieldValInit {
    color:#B2B2B2;
}

input, textarea, select {
    background-color:#C7C67E;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}




div.hintMail {

	/*clear: both;*/

	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 {

	/*clear: both;*/

	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 {

	/*clear: both;*/

	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 {

	/*clear: both;*/

	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;*/
	
}

div.hintMail, div.hintUsername, div.hintPassword, div.hintPassword2 {
    background-color: #AAAAAA;
    float: right;
    visibility:visible;
    position: relative;
}
