Pruébalo así:
Código HTML:
Ver original body {
margin:0px;
}
.centro{
background:#e0e0e0;
min-width:400px;
height:400px;
overflow: inherit;
}
.izquierda{
width:180px;
height:400px;
background:#91D0D0;
float:left;
}
#cajainterior {margin-left:180px;}
input[type="text"] {
width: 100%;
}
<div id="cajainterior"><input type="text" name="caja" /></div>