/* ################ */
/* # TAG GENERALI # */
/* ################ */
body, form, img, fieldset, label, select, p, h1, h2, h3, h4, h5, h6, ul, li, legend {
	margin:0px;	
	padding:0px; }
img, input, fieldset { border: none; }






/* ###################### */
/* # BLOCCHI PRINCIPALI # */
/* ###################### */
.bodyBackground {}
#main { 
	width:1000px; 
	height:600px; 
	margin:auto; 
	background-repeat: no-repeat;}
#regForm { 
	position:absolute;  
	width:350px; 
	height:525px;}
.regField {
	width:350px; 
	display: block;}
#regButton {
	width:150px; 
	height:33px; 
	margin: 3px 0px 0px 130px;
	text-align:center;}





/* ################# */
/* # ELEMENTI FORM # */
/* ################# */
#regForm legend span {
	font-family: "trebuchet MS", Arial;
	font-weight:bold;
	font-size: 12px;
	text-align: right;
	width:330px;
	display: block;}
.regField label {
	font-family: "trebuchet MS", Arial;
	font-weight:bold;
	font-size: 11px;}
.regField input {
	font-family: "trebuchet MS", Arial;
	font-weight:normal;
	font-size: 11px;}
.regField select {
	font-family: "trebuchet MS", Arial;
	font-weight:normal;
	font-size: 11px;}	
.regField label.large {
	margin: 2px 0px 0px 0px;
	float:left;
	width:155px; 
	clear:left;}
.regField input.large {
	border:solid 1px; 
	height:13px; 
	width:165px; 
	display: block; 
	margin-bottom: 1px;padding-top: 2px;}
.regField label.small {
	margin: 2px 2px 0px 0px;
	float:left;
	width:63px;}
.regField label.smallest {
	margin: 2px 2px 0px 0px;
	float:left;
	width:42px;}
.regField input.small {
	border:solid 1px; 
	height:14px; 
	width:65px; 
	display: block;
	float: left; 
	margin-bottom: 1px;}
.regField input.smallest {
	border:solid 1px; margin-right: 2px;
	height:14px; 
	width:40px; 
	display: block;
	float: left; 
	margin-bottom: 1px;}
.regField select.large {
	width:167px; 
	/*display: block;*/ 
	margin-bottom: 1px;
	height:19px;
	border:solid 1px;}
.regField select.small {
	width:125px;  
	display: block; 
	margin-bottom: 1px;
	height:19px;
	border:solid 1px;}
.regField select.smallest {
	width:40px;  float: left; margin-right: 2px;
	display: block; 
	margin-bottom: 1px;
	height:19px;
	border:solid 1px;}
.regField .check-box {
	float: left; padding-top: 6px;
	margin-right:2px;}
.regField .consenso-txt {
	padding-top: 4px;
	font-family: "trebuchet MS", Arial;
	font-size: 11px;}
.positionError{
	float:left;
	display:block;
	height:15px;
	width: 15px;
	margin-top: 3px;}
.positionError ul {list-style-type:none;}	
.errorImg {
	cursor:pointer;
	float:left;
	display:block;}
	

/* di default codiceCard non e' visualizzato */
#regForm #codiceCardField {display: none;}
#regForm #codiceCardObbligatorioField {display: none;}


/* ########### */
/* # TOOLTIP # */
/* ########### */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.90;}
#tooltip h3, #tooltip div { 
	margin: 0;
	font-family: "trebuchet MS", Arial;
	font-size: 11px;}	





/* ############### */
/* # ERROR POPUP # */
/* ############### */
div#popUp {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	margin-top: 200px;
	z-index:100;}
div#bgError {
	width:378px;
	height:154px;
	margin:auto;
	position:relative;}
div#popUp .button{
	background:none;
	font-size:11px;
	text-align:center;
	font-weight:bold;
    width:90px;
	height:20px;
	border:none;
	cursor:pointer;
	margin-top: 75px;
	margin-left: 140px;
	padding-left:0px;}
div#popUp #erroreMessaggio {
	padding: 10px;
	font-size:13px;
	display: block; 
	text-align: center;}
div#popUp #erroreMessaggio a {font-size:13px;}