Ubah ukuran font dari teks input html

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

<input id='my_input'> 
PanosG