/* Suggestive Search Box - http://sitesmartuk.com */
.suggestivesearch {
/* Functional CSS */
width:100%;
/* Set the width of the dropdown results box! */
height: auto;
position: absolute;
z-index: 10;
float:right;
margin: 0px;
clear: none;
/* Edit the margin-left value to make the search box line up correctly you may also need to add margin-right, margin-top and margin-bottom */
padding-left:1px;
display:none;

/* Display CSS */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
border:#666 1px solid;
background-color:#FFFFFF;
color: #000000;
text-align:left;

}

.suggestivesearch a {
/*Display CSS: LINK*/
color:#000000;
text-decoration:none;
}

.iesfix {
/*Used to hide the result box in ie6*/
width: auto;
height: auto;
}