@charset "UTF-8";
/* CSS Document */

form{margin:0;padding:0}
 
.search-box{ /*outer background*/
height: 30px;
padding: 5px 0 0 0;
width: 180px;
}
 
input.search-field{ /*input field */
float: left;
border:0;
margin:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 2px 0px 5px 5px;
height:20px;
background: url(../../images/general/search_bkg_short.png) no-repeat top left;
width: 150px;
}
 
input.search-go { /*search icon */
float:left;
border:0;
margin:0;
padding:0;
margin-left: 0px;
height: 25px;
width: 25px;
background: url(../../images/general/search_button.png) no-repeat top left;
cursor: pointer;
}
 
input.search-go:hover{ /*search icon hover "Does Not work in ie6" */
background:url(../../images/general/search_button.png) no-repeat bottom left;
}

