﻿
.search_wrap .right .center input
{
    outline: none;
    margin: 14px 12px 0 0;
    width: 116px;
    float: right;
    background: url(../../images/search.png) no-repeat 7px 5px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: 14px Arial,Helvetica,Sans-serif;
    color: #aaaaaa;
    padding: 4px 15px 4px 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.search_wrap .right .center input:focus
{
    color: #666666;
    float: right;
}
​