#top .search {
position:relative;
	top:18px;
	left:20px;
	float:left;
}

form#searchForm {
    padding:0;
}

form#searchForm input {
    float:left;
}

input#searchInput {
    width:338px;
    height:22px;
    font-size:16px;
    color:#333;
    border:0;
    padding:7px 6px 5px;
    margin-right:5px;
    background:url(images/bg-text.png) no-repeat 0 0;
}

input#searchInput:focus {
    background:url(images/bg-text-focus.png) no-repeat 0 0;
    color:#555;
}

input#searchsubmit {
    background:url(images/bg-search.png) no-repeat 0 0; 
    text-align:center;
    padding:0;
    width:115px;
    color:#FFF;
    height:34px;
    border:0;
    font-weight:normal;
    cursor:pointer;
    text-transform:uppercase;
    font-size:16px;
    line-height:30px !important;
}

input#searchsubmit:hover {
    background:url(images/bg-search-hover.png) no-repeat 0 0;
    color:#FFF;
}
