Alterar o tamanho da fonte do texto de entrada html

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

<input id='my_input'> 
PanosG