/* lista riepilogo */
dl.riepilogo {background-color:#efefef; padding:5px 0; border:1px solid #bbb; text-align:center;}

dl.riepilogo > * {
	display:inline;
	font-size:13px;
	padding-right:5px;
	font-weight:bold;
	color:#333;
	}

dl.riepilogo strong { color:#f00; font-size:16px;}
dl.riepilogo dd {padding-left:8px; border-left:1px solid #aaa;}

/* stili form */
#contattileftGroup {
	width:220px;
	border-right:1px solid #ccc;
	float:left;
	}

#contattirightGroup {
	width:200px;
	float:right;
	}

#contattibottomGroup {
	clear:both;
	padding-top:20px;
	padding-left:70px;
	}

#content .richiedi {
	border-bottom: 1px solid #ccc;
	margin:40px 0 20px;
	}

#info {margin-top:20px;}

input, textarea {
	background: #fff url("../immagini/grafica/statiche/form_bg.png") repeat-x center top;
	font-family:sans-serif;
	font-size:12px;
	}

#messaggioContent { overflow:visible; }
#testoPrivacy, #captchaText {color:#333; font-size:11px;}
#messaggioLabel {padding-top:0;}
#captchaLabel {height:30px;font-size:11px; width:130px; }
#captchaImg {margin:10px 0 15px;}
#captchaText {width:110px;}

#submitContent, #annullaContent { float:left; margin: 15px 10px 15px 0;}
#contattiSubmit, #annulla a {
	background: #fff url("../immagini/grafica/statiche/form_button.png") no-repeat center center;
	width: 86px;
	height:36px;
	line-height:36px;
	text-align:center;
	text-transform:capitalize;
	font-weight:bold;
	font-size:14px;
	display:block;
	color:#333;
	} 

#submitContent.over #contattiSubmit, #annulla a:hover {
	background-image:url("../immagini/grafica/statiche/form_button_hover.png") ;
	color:#000;
	cursor:pointer;
	}

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

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

.formRow input
{
    border:1px solid #999;
    height: 20px;
    width: 135px;
    margin: 0px;
    padding: 1px 2px;
}

.formRow textarea
{
	border:1px solid #999;
	margin: 0 2px 0 0;
	padding: 5px;
	width:185px;
	height:170px;
}

.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
{
	margin-top: 1px;
	width: 65px;
	height: 18px;
	color: #666;
	font-weight:bold;
	text-align: left;
	padding: 5px 5px 1px 0;
    font-size:13px;
}

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

.unpickedColor
{
	width: 20px;
	height: 20px;
	margin: 5px;
}

.pickedColor
{
	border: 2px solid red;
	margin: 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;
}


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

#registrazioneSubmit
{
	cursor: pointer;
}

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

#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: #CCCCCC;
}

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

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

/*form registrazione*/