<html>
<head>
<style>
input[type]
{
width:500px;
}
</style>
</head>
<body>
<input type="text" value="Mr" readonly>
</body>
</html>
<html>
<head>
<style>
input[type]
{
width:500px;
}
</style>
</head>
<body>
<input type="text" value="Mr" readonly>
</body>
</html>