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

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: #000 url(/skin/website/widgets/sfondo_nlreg.jpg) repeat top left;
}

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

hr{
	clear:left;
	color: #C8C8C8;
	background-color: #C8C8C8;
	height: 1px;	
	width: 100%;
	border:0;
	margin:10px 0px;
}

ul.tab {
	position: absolute;
	top: -8px;
	left: 35px;
	width: 500px;
	height: 29px;
	float: left;
	
}

ul.tab li {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #1d1d1d;
	text-decoration: none;
	padding: 3px;
	display: block;
	border-top: 1px solid #e5e4e4;
	border-left: 1px solid #e5e4e4;
	border-right: 1px solid #e5e4e4;
	background-color: #ebebeb;
	margin-right: 9px;
	float: left;
}

ul.tab li.active {
	background-color: #fff;
	margin: 14px 9px 0 0;
	float: left;
}

ul.tab li a {
	color: #1d1d1d;
	text-decoration: none;
}

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

#iscrizioneNewsletter {
	display: inline;
}

#logo {
	position: absolute;
	left: 0;
	top: 7%;
	z-index: 200;
	overflow: hidden;
	width: 70px;
	height: 70px;
	cursor: pointer;
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/website/widgets/logoovs.png', sizingMethod='crop'); */
}

img.png-msie {
	display: none;
	-display: block;
}
img.png-mzff {
	display: block;
	-display: none;
}

a {
	color: #EF8213;
}

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

#contenutoTop {
	position: relative;
	margin-top: 60px;
	background: transparent url(/skin/website/widgets/sfondoTop_contentForm.gif) no-repeat top left;
	width: 806px;
	height: 29px;
	float: left;
	z-index: 10;
}

#contenutoFormRegistrazione {
	position: relative;
	float: left;
	width: 741px;
	text-align: justify;
	padding: 20px 45px 20px 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: 806px;
	
}

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

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

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

