 .search-contain {
    background: url("../images/arrow-up1.png") no-repeat scroll 50% -100px transparent;
    cursor: pointer;
    height: 42px;
    padding: 0 0 7px;
    position: relative;
    width: 50px;
    z-index: 100001;
}
 .search-contain:hover {
    background-position: 50% 100%;
}
.search-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #de5648 #AAAAAA #AAAAAA;
    border-image: none;
    border-right: 1px solid #AAAAAA;
    border-style: solid;
    border-width: 3px 1px 1px;
    box-shadow: 0 3px 3px #AAAAAA;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 42px;
    width: 230px;
}
.form-search .input-text{
    background: none repeat scroll 0 0 transparent;
 	border-radius: 0;
    color: #797979;
    float: left;
    height: 31px;
    padding: 4px 10px;
    width: 177px;
}
.form-search #searchbt {
    background: url("../images/search.png") no-repeat scroll 50% 50% ;
    background-color: #555;
    border: 0 none;
    height: 31px;
    padding: 0;
    width: 31px;
    border-radius: 0;
	float: right;
}

