/**
 * Auto Complete 5.1 - CSS Temp
 * April 13, 2010
 * Corey Hart @ http://www.codenothing.com
 */ 
#AutoCompleteFocus {
	position: absolute;
	font-size: 9pt;
	background-color: #f6f6f6;
	border: 2px solid #c1c1c1;
	top: 80px;
	left: 800px;
	padding: 15px;
	width: 300px;
	height: 100px;
	overflow: auto;
}

/* Hack for ie6, the helper window will scroll with every browser but ie6 */
body > #AutoCompleteFocus {
	position: fixed;
}

#AutoCompleteFocus div {
	margin-bottom: 20px;
	width: auto;
}

#AutoCompleteFocus pre {
	display: none;
	width: auto;
	overflow: visible;
	border: none;
	background-color: none;
}
