#apple {
    height: 28px;
    margin-top: 9px;
    padding-bottom: 0;
    padding-left: 140px;
   float:right;
}

#apple #search {

}

#apple #search input[type="text"] {
    background: url(../../../images/manesht/search-white.png) no-repeat 174px 6px #444;
    border: 0 none;
    font: bold 12px Tahoma,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:150px;
    padding: 4px 35px 5px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#apple #search input[type="text"]:focus {
    background: url(../../../images/manesht/search-dark.png) no-repeat 224px 6px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }


#apple2 {
    height: 20px;
    float:right;
}

#apple2 #search2 {
margin-top: -3px;
}

#apple2 #search2 input[type="text"] {
    background: url(../../../images/manesht/search-white.png) no-repeat 174px 4px #E7EEF5;
    border: 1px solid #a5bad5;
    font: normal 12px Tahoma,Helvetica,Sans-serif;
    color: #7f8489;
    width: 150px;
    padding: 3px 35px 4px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#apple2 #search2 input[type="text"]:focus {
    background: url(../../../images/manesht/search-dark.png) no-repeat 224px 4px #f5f8fb;
    width: 200px;
    }