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

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

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

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

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

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

.tfcLabel
{
	width: 70px;
	background-color: #cccccc;
	color: #000000;
	text-align: left;
	padding: 5px 5px 1px 5px;
    font-size:13px;
}

.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;
	padding-bottom: 10px;
	border-bottom: 2px solid #CC0000;
	margin-bottom: 18px;
	width: 670px;
}

#registrazioneleftGroup
{
	float: left;
	clear: left;
	overflow: hidden;
	width: 310px;
	margin-right: 40px;
}

#registrazionerightGroup
{
	width: 310px;
    overflow: hidden;
}

#registrazionecaptchaGroup
{
	clear: both;
	overflow: hidden;
	padding-top: 18px;
	border-top: 2px solid #CC0000;
	margin-top: 10px;
	width: 670px;
}

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


#submitContent
{
   margin: 10px auto;
   width: 210px;
   cursor: pointer;
}

#registrazioneSubmit
{
	cursor: pointer;
}

#registrazioneSubmit:hover
{
	background-color: red;
	border-color: white;
}

#privacyLabel
{
	width: 260px;
	height: auto;
}

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

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

#captchaInput input
{
	width: 198px;
}

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

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

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

/*form registrazione*/