.search{width:300px;position:relative;height:38px;line-height:38px;border: 1px solid #2661a8;
    border-radius: 30px;}
.search .text {
    width: 84%;
    height: 45px;
    line-height: 45px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
    font-size: 13px;
    color: #9d9d9d;
    text-indent: 20px;
   border:none;
    outline: none;}

input::-webkit-input-placeholder {
    color: #9d9d9d;}

input::-moz-placeholder {
    color: #9d9d9d;}

input:-moz-placeholder {
    color: #9d9d9d;}

input:-ms-input-placeholder {
    color: #9d9d9d;}

.search .submit {
    width: 16%;
    height: 38px;
    position: absolute;
    left: 84%;
    top: 3px;
    background: transparent;
    background: url(images/search_03.png) left 6px no-repeat;
    cursor: pointer;
     border:none;
      outline: none;}
