CSS for Changing the Input Fields in WordPress

06.09.2011

input, textarea {
border:1px solid #666;
background-color:#efefef;
}
#submit {
font-size:1em;
cursor:pointer;
width:100px;
margin-top:10px;
}
#searchsubmit {
cursor:pointer;
}
#s {width:220px;}