html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img, cite, blockquote {
	padding:0;
	margin:0;
	border:none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background-color: #ef8213;
	margin: 15px 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EB8926;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

p{
	margin: 15px 0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif; /* "Trebuchet MS" */
	font-size:11px;
	color:#000;
	background-color: #fff;
}

textarea, input, select{
	border: 1px solid #C8C8C8;
	background: #fff;
	padding: 2px;
	font-size:11px;
}
input.noBorder{
	border-style: none;
	background: #fff;
}
input.error{
	border: 1px solid red;
}
input.submit {
	/*border-style: none;*/
	border: 1px solid #000;
	cursor: pointer;
}
select{
	padding: 0px;
}

.bgButton {
	background-color: #eee;
	height: 21px;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 7px 0;
}

#iscrizioneNewsletter {
	display: inline;
}

a {
	color: #EF8213;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 750px;
}

#contenutoFormRegistrazione {
	position: relative;
	float: left;
	width: 710px;
	text-align: justify;
	padding: 20px;
	background: transparent url(/skin/website/widgets/sfondo_contentForm.gif) repeat-y top left;
	

}

#contenutoBottom {
	position: relative;
	float: left;
	background: transparent url(/skin/website/widgets/sfondoBottom_contentForm.gif) no-repeat bottom left;
	height: 27px;
	width: 770px;
	
}

#contenutoFormRegistrazione .textAreaPrivacy{
	width:100%; 
	height:50px;
}

#contenutoFormRegistrazione #campiRegistrazione{
	position:relative;
	float:left;
	width:101%;
	margin-bottom: 10px;
}

#contenutoFormRegistrazione #campiRegistrazione .riga{
	/*clear:both;*/
	float:left;
	margin-bottom: 5px;
	width: 49%;
}

#contenutoFormRegistrazione #campiRegistrazione .sx{
	float:left;
	width:35%;
	text-align:left;
}
#contenutoFormRegistrazione #campiRegistrazione .dx{
	float:left;
	width:55%;
	text-align:left;
}
#contenutoFormRegistrazione #campiRegistrazione .sxerror{
	float:left;
	width:30%;
	color: red;
}

.error{
	color: #EF8213;
	margin-bottom: 15px;
}

#contenutoFormRegistrazione #figlio1{
	display:block;	
}

#ErrorSummary ul{
	/*border:1px solid red;*/
	margin: 20px 0px;
	padding: 10px 0px;
	color: red;
}
#ErrorSummary li{
	list-style-type: none;
}

#allertMinorenni{
	display:block; 
	position:absolute; 
	top:100px;
	width:400px;
	height:100px;
	padding: 10px;
	font-size:12px;
	background-color:#FEFFF1;
	border:1px solid #FE711C;
}

#allertMinorenni img{
	float: right;
}

#pulsanti {
	height: 21px;
	width: 100%;
	clear: both;
	text-align: left;
	padding: 7px 0;
}

#pulsanteNL {
	height: 21px;
	width: 100%;
	clear: both;
	text-align: left;
	padding: 7px 0;
}

#contenutoFormRegistrazione #pulsanti a,
#contenutoFormRegistrazione #pulsanteNL a {
	background-color:#eee;
	border:1px solid #ccc;
	font-size:11px;
	line-height:30px;
	padding:5px 10px;
	text-decoration:none;
	color:#333;
}

#contenutoFormRegistrazione #pulsanti a:hover,
#contenutoFormRegistrazione #pulsanteNL a:hover {
	color:#EF8213;
}

#contenutoFormRegistrazione #figlio1{
	display:block;	
}

a.logout {
	display: block;
	width: 60px;
	float: right;
	color: #fff;
	font-size: 10pt;
}

a.logout:hover {
	color: #ddd;
}

