Hello. Can anyone explain how to remove the orange border around text/input boxes? I think it only happens on Chrome to show that the input box is active. Here's the input CSS i'm using:
input {
background-color:transparent;
border: 0px solid;
height:20px;
width:160px;
color:#CCC;
}