
.demo-b > input {
    position: absolute;
}
.demo-b {
    display: block !important;
}
.fl_right > form {
    z-index: 10;
}
input {
    outline: medium none;
}
input[type="search"] {
    font-family: inherit;
    font-size: 100%;
    padding-left: 10px !important;
}
input[type="search"] {
    background: #f5f5f5 url("../images/search-icon.png") no-repeat scroll 9px center;
    border: 1px solid #ffffff;
    border-radius: 10em;
    padding: 9px 0 9px 34px !important;
    transition: all 0.5s ease 0s;
    width: 35px;
}
input[type="search"]:focus {
    background-color: #fff;
    border-color: #6dcff6;
    box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
    width: 130px;
}
input:-moz-placeholder {
    color: #999;
}
#demo-b input[type="search"] {
    color: transparent;
    cursor: pointer;
    margin-top: 6px;
    position: absolute;
    width: 15px;
}
#demo-b input[type="search"]:hover {
    background-color: #fff;
}
#demo-b input[type="search"]:focus {
    background-color: #fff;
    color: #000;
    cursor: auto;
    padding-left: 32px;
    width: 160px;
}
#demo-b input:-moz-placeholder {
    color: transparent;
}
