View Single Post
Old 06-28-2008, 07:03 PM   #3 (permalink)
delayedinsanity
The Prestige
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 851
Thanks: 31
delayedinsanity is on a distinguished road
Default

Code:
form input[type="text"]
{
    background-color: #CC0000;
}

form input[type="submit"]
{
    background-color: #FF0000;
}
delayedinsanity is offline  
Reply With Quote
The Following 2 Users Say Thank You to delayedinsanity For This Useful Post:
mfolnovich (07-01-2008), Yoosha (06-29-2008)