 #searchform {
            position: relative;
            width: 250px;
            margin: 0 auto;
        }

        #searchinput, #searchbutton {
            border: none;
            outline: none;
			box-sizing: border-box;

        }

        #searchinput {
            width: 100%;
            height: 26px;
            padding-left: 13px;
        }

        #searchbutton {
            height: 26px;
            width: 26px;
            cursor: pointer;
            position: absolute;
        }

        /*ËÑË÷¿ò1*/
        #bar1 {background: #A3D0C3;}
        #bar1 #searchinput {
            border: 2px solid #FFFFFF;
            border-radius: 15px;
            background: #FFF;
            color: #0000FF;
        }
        #bar1 #searchbutton {
            top: 3px;
            right: 0;
            background: url('../images/search-button.png') no-repeat;
            border-radius: 0 15px 15px 0;

        }
        #bar1 #searchbutton:before {	
            font-family: FontAwesome;
            font-size: 16px;
            color: #FFF;
        }