/*
Location control
------------------------------------------------------------------
*/

.kb_txtddl_wrap
{ margin: 10px 0; }

	.kb_txtddl_wrap fieldset
	{ border: 1px solid #b7dbff; padding: 10px; }

		.kb_txtddl_wrap fieldset legend
		{ border: 1px solid #b7dbff; color: #666; font-weight: bold; padding: 2px 4px 3px 4px; }

		.kb_txtddl_wrap fieldset div
		{ margin-bottom: 10px; }

		.kb_txtddl_wrap fieldset label,
		.kb_txtddl_wrap fieldset input,
		.kb_txtddl_wrap fieldset select
		{ display: block; width: 60%; }

		.kb_txtddl_wrap fieldset label
		{ font-weight: bold; margin-bottom: 2px; }

		.kb_txtddl_wrap fieldset input,
		.kb_txtddl_wrap fieldset select
		{ font-size: 100%; }

		.kb_txtddl_wrap fieldset input
		{ background-color: #fff; border: 1px solid #ccc; padding: 2px; }

/*
Autocomplete styling
------------------------------------------------------------------
*/
.ac_results
{
	background-color: #f0f7ff;
	border: 1px solid #9cf;
	font-size: 90%;
	overflow: hidden;
	padding: 0;
	z-index: 10;
}

	.ac_results ul
	{
		background-color: #f0f7ff;
		list-style-position: outside;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		.ac_results ul li
		{
			border-bottom: 1px solid #e1e1e1;
			cursor: pointer;
			display: block;
			margin: 0;
			overflow: hidden;
			padding: 2px 5px;
			width: 100%;
		}

	.ac_results iframe
	{
		background-color: #f0f7ff;
		height: 3000px;
		left: 0;
		position: absolute;
		top: 0;
		width: 3000px;
		z-index: -1;
	}

.ac_loading
{ background : transparent url("images/indicator.gif") right center no-repeat; }

.ac_over
{
	background-color: #9cf;
	color: #000;
}
