Hola amigos, tengo problemas para conseguir éste estilo con un textfield y un enlace <a href
  
 
Este es mi CSS     
Código CSS:
Ver original.uno{
    width:180px;
    margin:0;
}
.uno input{
    width:180px;
    height:30px;
    border-left:#999 solid 1px;
    border-top:#999 solid 1px;
    border-right: none;
    border-bottom:#999 solid 1px;
    margin:0;
}
.dos{
    width:30px;
    max-height:30px;
    margin:-1em 0em 0em 0em;
    border-left:#999 solid 1px;
    border-top:#999 solid 1px;
    border-right:#999 solid 1px;
    border-bottom:#999 solid 1px;
}
.img{
    padding:0em 0.0em 0.0em 0.0em;
    margin:0em 0em 0em 0em;
    text-decoration:none;
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
    color:#036;
    font-weight:bold;
}
  
  
Y este el HTML   
   Resultado actual:  
  Resultado esperado:  
  
Muchas gracias.