* html .clearfix {
	height: 1%
}
html,body{margin:0;padding:0}
body{margin:0;padding:0}

ul.autocompleter-choices
{
	/*position:				absolute;*/
	position:				absolute;
	display:inline;
	margin:					0;
	padding:				5px;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Arial, Verdana, Geneva, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-0px 0 0 0;
	padding:				0;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				13px;
	line-height:			15px;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}

	#demo-local, #demo-remote, #demo-remote2
	{
		width:350px;
		border:1px solid #444;
	}
	
	
	.pickerImg {
		position: absolute;
		margin-left: 5px;
		margin-top: 1px;
		cursor: pointer;
	}
	.infoBox {
		background-color: #fefdec;
		border: 1px solid #edebcd;
		padding: 6px;
		margin-bottom: 20px;
	}

