/*----------------Form Fields------------------*/textarea { border:1px solid #d7e8ed; background-color: #dfe5eb;} textarea:focus{ border:1px solid #d7e8ed; background-color: white; }input { border:1px solid #d7e8ed; background-color: #dfe5eb;} input:focus { border:1px solid #d7e8ed; background-color: #white; }input:hover{ border:1px solid #d7e8ed; background-color: white; }
Thank you!!!
I knew it had to be something easy like that. Had to define for SELECT as well in order to get the pulldowns to change, but it's perfect.