	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:304px;	/* Width of box */
		height:auto;	/* Height of box */
		/*overflow:auto;	*//* Scrolling features */
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 1px solid #0157af;
		text-align:left;
		font-size:0.5em;
		z-index:99999;
		background:#f2f3f1;
		color:#000000;
		overflow-x:hidden;
		overflow-y:hidden;
		padding:2px;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.5em;
		width:300px;
		color:#000000;
		height:auto;
		float:left;
		cursor:pointer;
		font:12px Arial,Helvetica,Sans-serif;
		font-weight:500;
		padding:2px 5px 2px 5px;
		line-height:20px;
		
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color: #95c9ff;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		
	}
	
