	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:465px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #99CC00;	/* Dark green border */
		background-color:#333333;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
		white-space:nowrap;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:10px;
		font-family:verdana;
		color:#FFFFFF;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#00274F;
		color:#ffffff;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}

	.PVR_btnSearch
	{
		background-image:url(http://9inchremix.com/autocomplete/search_btn.jpg);
		width:86px;
		height:31px;
		border:0px;
		cursor:pointer;
	}