/* Search Module */

.search {
margin-top: 15px;
}

#layout1 .search, #layout3 .search {
margin-top: 10px;
}

.search #str {
color: #777;
font-style: italic;
}

.search #str:focus {
color: #999;
font-style: normal;
}

.search .search_button {
height: 30px;
background-position: center center;
}