<html><head>
<style>
input[type="text"] {
font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
border: 1px solid #444;
}
</style>
</head>
<body>
<input type="text" />
</BODY></HTML>
<html><head>
<style>
input[type="text"] {
font-size: 11px;
FONT-FAMILY: "Helvetica Neue", Helvetica, Arial, sans-serif;
border: 1px solid #444;
}
</style>
</head>
<body>
<input type="text" />
</BODY></HTML>
Some times aggregated properties are not fully applied.
Cd&