.search{
float:right;
text-align:right;
width: 180px;
height: 30px;

background-repeat: no-repeat;
background-position: top left;
margin-bottom: 15px;
margin-right: 5px;
;
}
.search form{
margin: 0px; padding: 0px;
}
.searchInputDiv{
float: left;width: 120px;height: 24px;padding: 3px;padding-left: 5px;
}
.searchInput{
width: 110px;font-size: 16px;border: 1px solid #09f;background-color: transparent;
}
.searchBtnDiv{
float: left;width: 45px;height: 19px;margin-top: 5px;cursor: pointer;background: transparent url(/gfx/search-button.png) no-repeat;
}
.searchBtn{
display: none;
}

