/****************************************************************************** 
 * Styles for the drop down list DIV
 *****************************************************************************/
input.AutoCompleteBox
{
	border: 1px solid #a1a1a1;
	width: 350px;
	height: 20px;
}

div.AutoCompleteBox
{
	border-right: #a1a1a1 1px solid;
	padding-right: 0px;
	border-top: #a1a1a1 1px solid;
	padding-left: 0px;
	font-size: 13px;
	z-index: 1;
	visibility: visible;
	padding-bottom: 0px;
	border-left: #a1a1a1 1px solid;
	padding-top: 0px;
	border-bottom: #a1a1a1 1px solid;
	font-family: arial,sans-serif;
	background-color: white;
	word-wrap: break-word
}

div.AutoCompleteBox
{
	width: 348px;
}

/* this line is for the box model hack due to an IE bug */
* html div.AutoCompleteBox
{
	width: 400px;
}

div.AutoCompleteBox div
{
}

div.AutoCompleteBox div.selected
{
	color: White;
	background-color: #3366cc;
}

div.AutoCompleteBox div.selected span
{
	color: White;
}
