Hey thanks for the quick response Dubbya!
I'm posting the code from the page - the entire table that we're working with. Keep in mind we don't have direct access to this code (if we did we would clean it up!) but we can add code above this. I've added a comment to show the button we're wanting to style:
Code:
<table class="centercontent" width="896px">
<tr>
<td>
<table border="0" class="default" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td width="22%" class="ProdDisplay1"><font class="subtitle">New User?</font></td>
<td width="4%" align="center" class="ProdDisplay1"><img border="0" src="Images/or_60x23.gif" width="60" height="23"></td>
<td width="81%" class="ProdDisplay1"><font class="subtitle">Already Have An Account?</font></td>
</tr>
<form name="frmLogin" action="login.asp?Auth=1" method="post">
<tr>
<td valign="top" class="sitewide">If you want to login, you will need to register an account first.
<br><br>
<!-- This is the button we need to style -->
<input type="button" class="storebuttons" value="Register" name="btnRegister" onclick="window.location.href='login.asp?Register=1';">
</td>
<td class="sitewide"> </td>
<td class="sitewide">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="sitewide" colspan="2"><b>Store Members</b>,<br>Sign in for faster checkout!</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td class="sitewide" width="140">Username or Email Address:</td>
<td class="sitewide"><input type="text" class="sitewideinput" name="txtusername" maxlength="100" tabindex="1" size="20" value=""></td>
</tr>
<tr>
<td height="16" class="sitewide">Password:</td>
<td class="sitewide"><input type="password" class="sitewideinput" name="txtPassword" maxlength="50" tabindex="1" size="20" value=""></td>
</tr>
<tr>
<td class="sitewide" colspan="2"></td>
</tr>
<tr>
<td height="22" class="sitewide" colspan="2">
<input type="submit" value="Login" name="btnLogin" class="storebuttons" ID="Submit1">
</td>
</tr>
<tr>
<td height="11" class="sitewide" colspan="2"></td>
</tr>
<tr>
<td height="8" class="sitewide" colspan="2">
<input type="checkbox" name="intRememberMe"value="1"><b>Remember Me* <font size="1">(expires after 120 days)</font></b>
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td class="sitewide" colspan="2">
<a class="sitewidelinks" title="Did you forget your account password? Click Here To Have Your Password Emailed To You." href="login.asp?Register=2">Forgot your password?</a>
</td>
</tr>
<tr>
<td height="29" class="sitewide" colspan="2"><br><b>*Account Security:</b><font size="1"> By using the "Remember Me" feature, any user that has access to your computer will also have access to shop here, view previous orders and re-order products. If you are using a public computer or you do not want your personal information displayed, please do not select this option. If you leave this option checked, our store will not be held liable for unauthorized access to your account. In addition, your browser must have cookies enabled for this feature to work properly.</td>
</tr>
<tr>
<td height="34" width="468" colspan="2"> </td>
</tr>
</table>
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>