asked on
<style>
.nosnmatch { border: solid 1px blue; }
.snmatch { border: solid 1px green; }
</style>
<form method="post" id="sncheck">
<input type="text" class="nosnmatch" name="snumber" placeholder="Please enter your serial number PPR0000000" />
</form>