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

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

.formRow input
{
    border:1px solid #B3B3B3;
    height: 16px;
    width: 225px;
    font-size:13px;
    margin: 0px;
    padding: 1px;
    background-image: url("../immagini/grafica/fondo_input.jpg");
    background-repeat: repeat-x;
    background-color: white;
}

.formRow textarea
{
	border:1px solid #B3B3B3;
	margin: 0px;
	padding: 0px;
	background-image: url("../immagini/grafica/fondo_input.jpg");
    background-repeat: repeat-x;
    background-color: white;
}

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

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

.tfcLabel
{
	width: 65px;
	height: 19px;
	color: #001A3D;
	text-align: left;
	line-height: 19px;
	margin-right: 4px;
    font-size:13px;
	font-weight: bold;
}

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

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

/*****form CONTATTI*****/
#contattiForm {
	padding: 0px;
}

#contattiForm #separatorContent
{
	background-color: #999999;
	width: 1px;
	height: 322px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#contattileftGroup
{
	float: left;
	clear: left;
	overflow: hidden;
	width: 325px;
	padding-left: 15px;
	height: 310px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
}

#contatticenterGroup
{
	float: left;
	overflow: hidden;
	width: 380px;
	padding-left: 7px;
	padding-right: 7px;
	height: 310px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
}

#contattirightGroup
{
	overflow: hidden;
	width: 205px;
	padding-left: 7px;
	padding-right: 7px;
	height: 310px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
}

#contattiForm #campionatureLabel {
	width: 150px;
}

#contattiForm #messaggioLabel {
	padding: 0px;
	margin-bottom: 2px;
}

#contattiForm #testoPrivacy {
	font-size: 11px;
}	

#contattiForm #captchaInput {
	margin-bottom: 20px;
	text-align: left;
}

#contattiForm #captchaLabel
{
	text-align: left;
	width: 140px;
	font-size: 11px;
	padding: 0px;
	height: 30px;
	line-height: 1.1;
}

#contattiForm #captcha
{
	width: 177px;
	font-size: 20px;
	height: 30px;
}

#contattiForm #captchaCnt img
{
	font-size: 20px;
}

#contattiForm #captchaText
{
	font-size: 11px;
	margin-bottom: 3px;
	width: 140px;
	line-height: 1.1;
	text-align: left;
}

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

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

#contattibottomGroup {
   	clear: both;
   	overflow: hidden;
   	margin-top: 15px;
   	margin-bottom: 15px;
}

#contattiForm #submitContent {
	float: left;
	width: 93px;
	padding: 0px;
	margin: 0px;
	margin-right: 8px;
	margin-top: 3px;
	margin-left: 380px;
}

#contattiForm #annullaContent {
	width: 93px;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
}

#contattiSubmit, #contattiForm #annulla a
{
	display: block;
	background-image: url("../immagini/grafica/submit_off.png");
	cursor: pointer;
	width: 93px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
	color: white;
}

#contattiSubmit:hover, #contattiForm #annulla a:hover
{
	background-image: url("../immagini/grafica/submit_on.png");
}


/*******form registrazione*******/
#formRegistrazione .tfcLabel {
	width: 100px;
	font-weight: bold;
}

#formRegistrazione input {
	width: 190px;
}

.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;
}

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

#formRegistrazione #note
{
	height: 95px;
	padding-top: 5px;
}

#formRegistrazione #submitContent {
	width: 86px;
	padding: 0px;
	margin: 3px auto;
	border: 0px;
}

#registrazioneSubmit {
	display: block;
	background-image: url("../immagini/grafica/submit_off.png");
	cursor: pointer;
	width: 86px;
	height: 33px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
	color: black;
}

#registrazioneSubmit:hover {
	background-image: url("../immagini/grafica/submit_on.png");
}

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

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

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

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

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

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

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