I need more help with the borders around certain pages.
I changed the
FIELDSET {
padding: 0.5em;
margin: 0.5em 0em;
border: 1px solid #cccccc;
}
to the color I wanted, however it didn't change all the borders to my color. Stevesh helped me with the login and contact us borders by telling me to add the code below
#loginDefault fieldset {border-color:#ebd483}
#contactUsDefault fieldset {border-color:#ebd483}
It worked. Now I find additional pages that needs to border color changed but I don't know the code I need for each page.
The pages that still have the wrong color border as as follows;
On the My Account Pages
Forgot Password
My Account Information
Address Book Entries
My Password
Product Notifications
On the Checkout Pages
Shipping Information
Payment Information
Can anybody help me with the code I need to add to the css file for the above border pages.
Thank you.



