html,body {
	margin: auto;
	padding: 0px;
	height: 100%;
	max-width:800px
}

body {
	font-family: verdana;
	font-size: 10px;
	height: 100%;
	max-width:800px
}
	
	/*metto un apdding-top seno devo mettere un floate un margin-top al container*/
input,textarea,button,select,option {
	font-family: verdana;
	font-size: 10px;
}


.RIGA {
	padding: 2px 0;	
}


.cleardiv {
	clear: both;
	height: 0px;
	line-height:0px;
	margin:0;
	padding:0;
}


#maindiv {
	_background-color: #EDF7F9; font-size: 10px; font-family: Verdana;		
}
	
	
#header {
	float:left; width: 100%; text-align:center; line-height: 10px; margin: 3% auto; font-weight:bold; font-size: 16px; text-decoration:underline
}	

	
body {
	background-color: white;
}

fieldset {
	background-color: ghostwhite;
	height: auto; margin: 10px 1% 30px; border: thin groove Gray; padding: 0 2%;
}


/* stile per select2 plugin*/
a.select2-choice{ 
				  background-image: none !important; 
				  height:17px !important; 
				  line-height:17px !important; 
				  border-radius: 0px !important;
				  /*color:black !important;*/
				  border: 1px inset lightgray !important;
				}

span.select2-arrow{
					background: none !important; 
					border-left: 0 none !important;
					width: 15px !important;
					top: -4px !important;
				  } 				  

.select2-search-choice-close { top:3px !important;}

.select2-drop { z-index: 9999999 !important; }
/* fine stile per select2 plugin*/



.ui-datepicker-div, #ui-datepicker-div { z-index: 9999999 !important; }

