Broken Input Background
by cornelas
HTML
<input type="password" onblur="com_micrlink_passwordValidate()" name="Password1" class="Password passwordMismatch" id="newpassword1">
CSS
.passwordMismatch {
background: url("https://selfservice.ennis.com/layout/pw_error_tooltip.png") repeat scroll 0 0 transparent;
border-color: red !important;
border-width: 2px !important;
}
input {
border-color: #87888A -moz-use-text-color #666666 #666666;
border-style: solid none solid solid;
border-width: 1px medium 1px 1px;
color: #888888;
font-family: arial;
font-size: 14px;
height: 27px;
padding: 0 4px;
width: 300px;
}