<style> input { height: 16px; padding: 2px; border: #cdcdcd solid 1px; background-color: #ffffff; font: 11px Verdana, Tahoma, Sans-Serif; } </style> <form action="" method="post"> <input type="text" name="login" value="" /> <input type="password" name="pass" value="" /> <input type="submit" name="submit" value="Zaloguj" /> </form>
input[type="text"] { color: #ddd; }