	
	
	/* Big box with list of options */
	#ajax_listOfOptions{
		direction:rtl;	
		position:absolute;	/* Never change this one */
		width:261px;	/* Width of box */
		height:100px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #003366;	/* Dark blue border */
		background-color:#FFF;	/* White background color */
		text-align:right;
		padding-right: 3px;
		font-family: Tahoma;
		font-size:11px;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:11px;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#003366;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#ffffff;
		//filter: Alpha(Opacity="0"); 
		position:absolute;
		z-index:5;
	}