#searchContainer .SearchButton {
background: url(/PublishingImages/Phase2/cta_images/gray_go_btn.gif) no-repeat 0 0;
border: none;
cursor: pointer;
height: 22px;
margin-right: 0;
text-indent: -9999px;
width: 35px;
}
/* .SearchText, .SearchScopes {border: 1px solid #ccc;} */

/* the class used to highlight the active items in the autofill list */

.AutofillSelected {background-color: #DFEFF8;}
#FillResultsOuter {
position: absolute;
top: 150px;
left: 150px;
min-height: 50px;
border: solid 1px #666;
background-color: #fff;
padding: .5em;
overflow: visible;
z-index: 31000;
}
#FillResults div {
border-style: none;
font-weight: normal;
padding: .1em;
}
#FillResults div a, #FillResults div a:link, #FillResults div a:visited, #FillResults div a:active {
font-family: Arial, Helvetica, sans-serif;
color: #333;
text-decoration: none;
}
