	#mainContainer{
		width:660px;
		margin:0 auto;
		text-align:left;
		height:100%;
		background-color:#ffffff;
		border-left:3px double #000;
		border-right:3px double #000;
		font-family: Arial;
		
	}
	#formContent{
		padding:5px;
		font-family: Arial;
		
	}
	/* END CSS ONLY NEEDED IN DEMO */
	
	
	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:211px;	/* Width of box */
		height:150px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #cccccc;	/* Dark green border */
		background-color:#F1E4F1;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
		color:#663366;
		font-family: Arial;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
		font-family: Arial;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#cccccc;
		color:#000000;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
		font-family: Arial;
	}
	
	form{
		display:inline;
		font-family: Arial;
	}
.subcategoryurl10 {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-left: 2px;
	font-style: italic;
	font-weight: bold;
}

