/*****/
.t-search {
    margin:50px 0px;
    position: relative;
    line-height: 35px;
    border: 1px solid #fff;
    width: 300px;
    float: right;
    border-radius:30px;
    overflow: hidden;}

.t-search input[type="text"] {
    display: block;
        width: 238px;
    line-height: 32px;
    height:32px;
    background: none;
    color: #fff;
   padding-left: 10px;}
.t-search input[type="image"] {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 15px;}
