.xans-layout-searchheader {position: absolute; right:0;top:10px;width:200px;height:29px;margin:0px 0 0;padding:0;z-index:99; }
.xans-layout-searchheader legend {display:none;}
.xans-layout-searchheader fieldset { border:1px solid #f3f3f3;border-bottom:0; height:29px;border-radius:2px;margin:0;padding:0;background:#fff; }
.xans-layout-searchheader #keyword  { width:159px; height:27px; padding:0 0 0 9px; border:0; line-height:27px; font-size:12px; color:#7c8389; background:#fff; }

.xans-layout-searchheader .button-search {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 0;
    border: none;
    background-color: transparent;
    display: inline-block;
}

.xans-layout-searchheader .button-search:before {
    position: absolute;
    content: "\e807";
    top: 0px;
    left: 0;
    font-family: "fontello";
    font-size: 16px;
    color: #000;
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
}

/* Mobile Portrait Size */
@media screen and (max-width: 480px) { 
.xans-layout-searchheader {position: absolute; left:0;top:10px;width:200px;height:29px;margin:0px 0 0;padding:0;z-index:99; }
}
