Cambiar el tamaño de la fuente del texto de entrada HTML

<style>
#my_input{
	font-size:15px;  
}
</style>

<input id='my_input'> 
PanosG