.ajax_header {
	font-size:12px;
	font-weight:bold;
	color:#5448A2;
	text-align:center;
	border-top:1px solid #5448A2;
	border-bottom:1px solid #5448A2;
	background-color:#FBFCF7;
}

	.ajaxfield {
		width:279px;	/* match Width of box */
	}
	
	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:279px;	/* Width of box */
		height:300px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #666666;	/* grey border */
		background-color:#ffffff;	/* White background color */
		color:#677617;
		text-align:left;
		font-size:11px;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:3px;		
		padding:1px;
		cursor:pointer;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		border-top:1px solid #ffffff;
		border-bottom:1px solid #ffffff;
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		border-top:1px solid #CCCC9A;
		border-bottom:1px solid #CCCC9A;
		background-color:#FBFCF7;
		color:#677617;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}
