﻿.searchbox
{
    float: right;
}

.searchbox-input
{
    width: 165px;
    height: 14px;
    border: 1px solid #cccccc;
    margin: 0px 5px 0 0;
    padding: 3px;
    float: left;
	 font-size:11px;
}

.searchbox-button
{
	cursor: pointer;
	float: left;
	/*background-image:url(images/SearchBtn.gif);
	background-repeat:no-repeat;
	width: 22px;
	height: 22px;
	border:none;*/s
}

.searchbox-clear
{
    clear: both;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility: hidden;
	margin: 0px!important;
	background-color: #fff;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	overflow: auto;
	min-height:100px;
	height:auto !important;
	height:100px;
	margin: 0;
	padding: 0;
    text-align: left; 
    list-style-type: none;
    font-size: 12px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffd1ec;
	color: black;
	padding: 1px;
	cursor: pointer;
	margin-bottom:3px; 
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	cursor: pointer;
	margin-bottom:3px; 
}

.searchresults-listitembody strong {
	
		background-color: #7a3f7a;
		color:white;
}