Muchas Gracias amigo, no obstante, aún asi puedo seguir modificando las cajas de texto... cuando mi objetivo es precisamente ese, no poder tocarlas.
Código:
<style type="text/css">
body,html {height:100%}
#ocultar {position:absolute; width:100%; height:100%;}
</style>
</head>
<body>
<div id="ocultar">
<input type='textbox' id='txtCaja' value='hola' />
</div>
</body>