.autocomplete {
    font-family: Tahoma;
    font-size: 8pt;
    background-color: white;
    border: 1px solid black;
    position: absolute;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
}

.autocomplete_item {
    padding: 1px;
    padding-left: 5px;
    color: black;
    width: 100%;
}

.autocomplete_item_highlighted {
    padding: 1px;
    padding-left: 5px;
    color: white;
    background-color: #0A246A;
}


/******************/
/* German classes */
/******************/
	
	/* Big box with list of options */
	#City_ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:134px;	/* Width of box */
		height:150px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #000000;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:right;
		font-size:11px;
		z-index:100;
	}
	#firstName_ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:144px;	/* Width of box */
		height:150px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #000000;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:right;
		font-size:11px;
		z-index:100;
	}
	#lastName_ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:144px;	/* Width of box */
		height:150px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #000000;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:right;
		font-size:11px;
		z-index:100;
	}
	#lName_ajax_listOfOptions, #fName_ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:93px;	/* Width of box */
		height:150px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #000000;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:right;
		font-size:11px;
		z-index:100;
	}


	#City_ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:11px;
	}
	#firstName_ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:11px;
	}
	#lastName_ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:11px;
	}
	#lName_ajax_listOfOptions div, #fName_ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:11px;
	}


	#City_ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	}
	#firstName_ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	}
	#lastName_ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	}
	#lName_ajax_listOfOptions .optionDiv, #fName_ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	}

	#City_ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#0a246a;/*#317082;*/
		color:#FFF;
	}
	#firstName_ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#0a246a;/*#317082;*/
		color:#FFF;
	}
	#lastName_ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#0a246a;/*#317082;*/
		color:#FFF;
	}
	#lName_ajax_listOfOptions .optionDivSelected, #fName_ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#0a246a;/*#317082;*/
		color:#FFF;
	}

	#City_ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	#firstName_ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	#lastName_ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	#lName_ajax_listOfOptions_iframe, #fName_ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	/* START CSS NEEDED ONLY IN DEMO */

/*
	#mainContainer{
		width:660px;
		margin:0 auto;
		text-align:left;
		height:100%;
		background-color:#FFF;
		border-left:3px double #000;
		border-right:3px double #000;
	}
	#formContent{
		padding:5px;
		
	}
	html{
		height:100%;
	}
	body{
		background-color:#E2EBED;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	
		width:100%;
		height:100%;		
		margin:0px;
		text-align:center;
	}
*/
	/* END CSS ONLY NEEDED IN DEMO */
	
/*	
	form{
		display:inline;
	}
*/