/*css*/
.searchRt form .button {
    width: 17px;
    height: 17px;
    border: 0;
    background: url(images/jw-index_06.png) no-repeat left center;
    position: absolute;
    top: 8px;
    right: 13px;
    cursor: pointer;}
 .text {
     width: 200px;
     height: 23px;
     border: solid 1px #f4f4f4;
     padding: 2px 10px 5px 0;
     background-color: #ffffff;
     color: #000000;
     -moz-border-radius: 15px;
     -webkit-border-radius: 15px;
     border-radius: 15px;}
 .text1 {
     width: 182px;
     height: 23px;
     /* border: solid 1px #f4f4f4; */
     padding: 2px 10px 1px 8px;
     background-color: rgba(0, 0, 0, 0);
     color: #000000;
     -moz-border-radius: 15px;
     -webkit-border-radius: 15px
 ;}
