@CHARSET "UTF-8";


.search-header-input{
	position: relative;
}
.search-header-input a{
	background: url(../images/sprite.png) scroll no-repeat 0 -450px;
    display: block;
    height: 27px;
    padding: 0 0 0 22px;
    position: absolute;
    right: 6px;
    text-align: right;
    top: 10px;
}
.search-header-input button{
	background-image: url("../images/sprite.png");
	background-repeat:no-repeat;
    background-position: -150px -450px;
    border: medium none;
    cursor: pointer;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin: 0;
    color:white;
    overflow: visible;
    padding: 0 10px;
    width: auto;
}
.search-header-input .searchInstant{
	background:none #ffffff;
    color: balck;
    font-family: Georgia,"Times New Roman",Times,serif;
    left: -10px;
    line-height: 180%;
    position: absolute;
    top: 34px;
    width: 443px;
    z-index: 8900;
    height: 100px;
    display: none;
    border: 1px solid #E0E0E0;
    border-top:none;
    text-indent:-5px;
}
.search-header-input .searchInstant ul{
	padding: 0 10px 0 5px;
	color: #737373;
}
.search-header-input .searchInstant li{
	 cursor: pointer;
    font-size: 16px;
    font-style: italic;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 2px 10px;
}
.searchInstant li.over {
    background-color: #EFEFEF;
    color: #950D0F;
}