<style type="text/css">
<!--
form[name="form_auth"] input[type="password"], form[name="form_auth"] input[type="text"] {
border: 1px solid #ccc;
padding: 5px;
width: 300px;
height: 30px;
}
...
form[name="form_auth"] input[type="submit"]:hover {
background: white;
color: #e31e36;
border: 1px solid #e31e36;
}
-->
</style>