﻿div#Row_0{width:500px; height:96px; margin:0 auto;}
div#Row_1{width:500px; height:60px;}
div#Row_2{width:500px; height:60px;}

div.ERROR
{
	font-size:0.88em;
	color:Red;
	font-weight:bold;
	margin: 60px 0 0 0;
}
div.CodiceFiscale 
{
	background-image:url(/img/BG_CodiceFiscale.gif);
	font-size:2.70em;
	height:39px;
	width:373px;
	border:1px solid #0A810B;

}

div.AVVERTENZA{
	    float:left;
        overflow:hidden;
        font-size:0.88em;
        text-align:justify;
	}

div.CFform{
        float:left;
        overflow:hidden;
        

}

div.CFform label{
        color:#000000;
        font-weight:normal;
        font-size:0.90em
}

div.CFform input[type=text] 
{
        width:178px;
        color:#000000;
        font-weight:normal;
        font-size:1.00em;
        background-color:#EDF9EF;
	}
	
div.CFform input[type=radio] 
{
		width:10px;
        padding-top:3px;
        color:#000000;
        font-weight:normal;
        font-size:0.90em;        
	}	

div.Comune{
        float:left;
        overflow:hidden;
	height: 41px;
}	
div.Comune input[type=text] 
{
        width:370px;
        color:#000000;
        font-weight:normal;
        font-size:1.00em;
        background-color:#EDF9EF;

	}


div.data{
        float:left;
        overflow:hidden;
        
}	
div.data input[type=text] 
{
        width:100px;
        color:#000000;
        font-weight:normal;
        font-size:1.00em;  
        background-color:#EDF9EF;
}

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #EDF9EF;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

