I have input type button (in a form) in a div, i tried changing the css of the input but it has no effect.
<input type=button value="Search" id="search">
css:
input[type=submit] {
color: #000000;
background-color: #FFFFFF;
font-size: 16px;
}