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

.formRow
{
	padding:2px;
	margin-bottom: 8px;
	float: left;
}

.formRow input
{
    height: 16px;
    width: 120px;
    font-size:12px;
    margin: 0px;
    vertical-align: middle;
}

.formRow textarea
{
	margin: 0px;
	padding: 0px;
}

.formRow select 
{
    height: 16px;
    font-size:12px;
    margin: 0px;
    padding: 1px;
    width: 149px;
}

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

.tfcLabel
{
	width: 120px;
	height: 20px;
	line-height: 20px;
	color: #000000;
	font-weight:bold;
	text-align: right;
	margin-right: 3px;
	padding-right: 2px;
	background-color: #D6D6D6;
}

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

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

/*form registrazione*/
.formRegistrazione
{
	/*width: 620px;*/
	margin: 0px auto;
}

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

#registrazioneuserGroup
{
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

#registrazionecaptchaGroup
{
	clear: both;
	overflow: hidden;
	padding-top: 18px;
	margin-top: 10px;
	
}


#formRegistrazione #provinciaLabel, #formRegistrazione #capLabel
{
	width: 74px;
}

#formRegistrazione #submitContent
{
   text-align: center;
   width: 100%;
}


#formRegistrazione #captchaContent
{
	float: left;
	width: 310px;
	margin-right: 38px;
}

#formRegistrazione #testoPrivacy textarea
{
	color: #333333;
	background-color: #ffffff;
}

#formRegistrazione #captchaLabel
{
	text-align: left;
	width: 300px;
	margin-bottom: 5px;
}

#captchaInput
{
	margin-bottom: 5px;
}

#formRegistrazione #captchaInput input
{
	width: 198px;
}

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

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

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

#rsmContent, #visuraContent
{
	width: 100%;
}

#rsmContent .tfcLabel
{
	width: 245px;
}

#rsmContent .tfcLabel.tfcList
{
	width: 30px;
	text-align: left;
	background-color: transparent;
	padding: 0px;
}
#rsmContent input
{
	width: 30px;
	vertical-align: middle;
}

.GroupTitle
{
	font-size: 14px;
	font-weight: bold;
}

#registrazioneesenzioneGroup
{
	clear: both;
	padding: 3px;
	overflow: hidden;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#formRegistrazione #visura
{
	height: auto;
}


/*form registrazione*/