
/******************** Form ********************/

form {
	margin: 1px;
}

select {
	color: #666;
	background-color: #fff;
	font: normal 12px "Lucida Grande", "Verdana", sans-serif, monospace;
}

textarea {
	color: #000;
	background-color: #e4e4e4;
	font: normal 12px "Lucida Grande", "Verdana", sans-serif, monospace;
}

input {
	color: #000;
	background-color: #e4e4e4;
	font: normal 12px "Lucida Grande", "Verdana", sans-serif, monospace;
	vertical-align: text-bottom;
}

.fastk {
	margin-right: 5px;
	color :#f00;
	background-color: inherit;
	font-weight: bold;
}

.flabel {
	/*clear:left;*/
	float:left;
	width:100px;
	margin-right:20px;
	text-align:left;
	font-size:12px;
}

.fbox {
	float:left;
	width:480px;
	margin-bottom:10px;
	text-align:left;
	display:inline;
}

.fs {
	color:#f00;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
}

.fcheck {
	/*color: #f00;*/
	background-color: inherit;
	font-size: 9px;
	font-weight: bold;
	display: inline;
}

.fcheckblock {
	color: #f00;
	background-color: inherit;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.fprivacy {
	height: 80px;
	overflow: auto;
	border: 1px solid #ddd;
	color: #666;
	background-color: #eee;
	padding: 5px;
	font-size: 11px;
	line-height: 13px;
	margin-top: 5px;
}

.fprivacyon {
	height: 80px;
	overflow: auto;
	border: 1px solid #ddd;
	color: #000;
	background-color: #ffd6be;
	padding: 5px;
	font-size: 11px;
	margin-top: 5px;
}

.fast {
	margin-right: 5px;
	color: #f00;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
}

.flabelcell {
	margin-right: 10px;
	text-align: right;
	font-size: 11px;
}

.fboxcell {
	margin-bottom: 10px;
	text-align: left;
}

.fboxcell_strong {
	color: #690;
	background-color: inherit;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	font-size:12px;
}

a.flink, a.flink:link, a.flink:visited {
	color: #666;
	background-color: inherit;
	text-decoration: underline;
}

a.flink:hover, a.flink:active, a.flink:focus {
	color: #3311b4;
	background-color: inherit;
	text-decoration: none;
}




/******************** Verifiche ********************/

.email_errore {
	color: #f00;
	background-color: inherit;
	font-weight: bold;
	display: inline;
	font-size: 9px;
}

.email_conferma {
	color: #393;
	background-color: inherit;
	font-weight: bold;
	display: inline;
	font-size: 9px;
}

.obbligatorio_label {
	color: #f00;
	background-color: transparent;
	/*font-size: 10px;*/
	font-weight: bold;
}

.evidenziato {
	color: #f00;
	background-color: transparent;
}







/***** Login *****/
.box_login {
	width: 648px;
	color: #ddd;
	background: #999;
	text-align: center;
}

.box_login_bottom {
	color: #ddd;
	background: #464545 url('../immagini/struttura/box_login_bottom.jpg') no-repeat 0 0;
}

a.login, a.login:link, a.login:visited {
	color: #666;
	background-color: inherit;
}

a.login:hover, a.login:active, a.login:focus {
	color: #000;
	background-color: inherit;
}

a.login2, a.login2:link, a.login2:visited {
	color: #333;
	background-color: #ffcf83;
	padding: 3px 5px;
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
}

a.login2:hover, a.login2:active, a.login2:focus {
	color: #666;
	background-color: #ccc;
}





input.small {
	font-size: 10px;
	color: #000;
	background-color: #ddd;
}
