.search-text{
height:28px;
width:180px;
background:#8a592b;
border:1px solid #000;
border-radius:8 0 0 8;
-moz-border-radius:8 0 0 8;
-webkit-border-radius:8 0 0 8;
}
.search-text:focus{
background-color:#c8aa83;
border-radius:8 0 0 8;
-moz-border-radius:8 0 0 8;
-webkit-border-radius:8 0 0 8;
border:1px solid #000;
}
.search-text{
height:28px;
width:180px;
background:#8a592b;
border:none;
}
.search-text:focus{
background-color:#c8aa83;
}