
/*******stili generici delle form********/
.forms
{
	/*background-color:#ffffff;*/
	padding:10px;
}

.formRow
{
	padding:2px;
	margin-bottom: 5px;
}

.formRow input
{
    border:2px solid #666666;
    height: 16px;
    width: 210px;
    font-size:14px;
    margin: 0px;
    padding: 1px;
}

.formRow textarea
{
	border:2px solid #cccccc;
	margin: 0px;
	padding: 0px;
}

.formRow select 
{
    border:2px solid #cccccc;
    height: 24px;
    font-size:14px;
    margin: 0px;
    padding: 1px;
    width: 199px;
}

.formRow input.checkbox, input.radio
{
	border: 0px;
	padding: 0px;
	height: auto;
}

.tfcLabel
{
	width: 80px;
	/*height: 18px;*/
	color: #CCCCCC;
	font-weight:bold;
	text-align: right;
	padding: 1px 5px 1px 5px;
    font-size:13px;
}

.tfcList
{
	font-style: italic;
	font-size: 12px;
	padding-top: 3px;
}

/*******fine stili generici delle form********/

/*form registrazione*/
#formRegistrazione
{
	background-color: #333333;
	background-image:url("../immagini/grafica/pagine/grad_nero.jpg");
	background-position:center top;
	background-repeat:repeat-x;
	padding: 20px 45px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #ffffff;
	margin: 10px 3px;
}

#formRegistrazione .tfcLabel
{
	width: 120px;
}

.formRegistrazioneAdmin
{
	/*width: 680px;*/
	font-family: Arial;
    margin-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}


#registrazioneuserGroup
{
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
	margin-bottom: 18px;
	width: 840px;
}

#registrazionefieldsGroup .formRow
{
	float: left;
	width: 400px;
}


#registrazionecaptchaGroup
{
	clear: both;
	overflow: hidden;
	border-top: 1px solid #666666;
	margin-top: 10px;
	overflow: hidden;
	padding: 20px 132px;
	float: left;
}

#materiale_informativoContent .tfcLabel, #mailing_listContent .tfcLabel
{
	width: 93%;
	text-align: left;
}

.GroupTitle
{
	height: 18px;
	font-weight:bold;
	text-align: left;
	padding-left: 3px;
    font-size:16px;
}

#testo_privacy
{
	margin: 5px;
	padding: 5px;
	border: 1px solid #000000;
	height: 70px;
	overflow: auto;
	font-size:12px;
}

#formRegistrazione #usernameContent
{
	float: left;
	width: 400px;
}

#formRegistrazione .switchLeft
{
	margin-left: 310px;
}

#registrazioneSubmit
{
	border: 0px;
	width: 80px;
	height: 21px;
	background-image: url(../immagini/grafica/pagine/invia.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #ffffff;
}

#registrazioneSubmit:hover
{
	background-position: right top;
	cursor: pointer;
}

#formRegistrazione #privacyLabel
{
	width: 93%;
	height: auto;
	text-align: left;
}

#formRegistrazione .switchLeft #privacyLabel
{
	width: 220px;
}

#formRegistrazione #captchaContent
{
	float: left;
	width: 310px;
}

#formRegistrazione #captchaLabel
{
	text-align: left;
	width: 260px;
}

#formRegistrazione #captchaInput input
{
	width: 198px;
	margin-bottom: 5px;
}

#formRegistrazione #captchaText a
{
	font-weight: bold;
	color: #CCCCCC;
}

#formRegistrazione #captchaText a:hover
{
	text-decoration: underline;
	color: red;
}

.formRegistrazione #indietroContent, .formRegistrazione #avantiContent
{
	text-align: center;
	margin-top: 20px;
}


#privacyDiv
{
	margin-left: 100px;
}

.tfcRadioList div
{
	float: left;
	margin-left: 100px;
	overflow: hidden;
}

.tfcRadioList input
{
	width: 20px;
	height: 18px;
}

/*form registrazione*/

/*** form mailing ***/
#mailing_index .etichetta
{
	float: left;
	line-height: 30px;
	height: 30px;
	width: 60px;
}

#mailing_index .valore
{
	line-height: 30px;
	height: 30px;
}

#mailing_index .submit
{
	background-color: transparent;
	border: 0px;
	background-image:url("../immagini/grafica/testata/submit.png");
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	text-transform:uppercase;
	width:63px;
}

#mailing_index .submit:hover
{
	background-position: right top;
}

#mailing_index .submitCnt
{
	width: 300px;
	text-align: center;
	margin: 5px 0 20px 0;
}
