div.SearchBox {
background: transparent url(../img/searchbox.png) top left no-repeat;
height: 34px;
width: 202px;
padding:0;
position:relative;
margin-top:10px; 
margin-bottom:14px
}
div.SearchBox input.SearchInput {
width: 160px;
border-style: none;
border-width:0px;
outline:none;
float:left;
color:#999999;
font-style:italic;
margin: 8px 0px 0px 10px;
}
div.SearchBox input.SearchButton {
width:28px;
border:none;
outline:none;
float:left;
background: transparent url(../img/searcharrow.png) center center no-repeat;
text-indent:-50000px;
overflow:hidden;
margin: 8px 0px ;
}

.SearchResults {
background: #ffffff;
display: none;
overflow: auto;
position: absolute;
left:4px;
top:-5px;
width: 194px;
/*z-index: 99;*/
padding-top:10px;
padding-bottom: 5px;
/*box-shadow: #000000 5px 5px 10px;
-webkit-box-shadow: #000000 5px 5px 10px;
-moz-box-shadow: #000000 5px 5px 10px;*/
-webkit-border-radius-bottomleft: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius-bottomright: 5px;
-moz-border-radius-bottomright: 5px;
}
.SearchResultHeader {
background-color:#666666;
font-weight:bold;
display:block;
padding: 5px 10px;
}
.SearchResults a {
color: #000000;
display: block;
padding: 5px 5px 5px 15px;
text-decoration: none;
border-bottom: solid 1px #000000;

}

.SearchResults a .highlight {
color: #777777;
}

.SearchResults a:hover {
color: #333333;
background: #cccccc;
text-decoration:none !important;
}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
