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

dl.search1{
    position:relative;
    background-color:#fff;
    border:1px solid #adadad;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -o-border-radius:0px;
    -ms-border-radius:0px;
    border-radius:0px;
}
dl.search1 dt{
    margin-right:40px;
    padding:8px 0 8px 8px;
}
dl.search1 dt input{
    width:100%;
    height:24px;
    line-height:24px;
    background:none;
    border:none;
}
dl.search1 dd{
    position:absolute;
    top:0;
    right:0;
}
dl.search1 dd button{
    display:block;
    padding:10px;
    background:none;
    border:none;
}
dl.search1 dd button span{
    display:block;
    width:20px;
    height:20px;
    background:url("/assets/img/search.png") no-repeat scroll 0 0;
}
