-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
- -moz-appearance: none;
- -webkit-appearance: none;
- -o-appearance: none;
background-color: white;
border: 1px;
border-color: darkgray lightgray lightgray;
padding: 1px;
}
+input[type="text"], input[type="password"]
+textarea,
+select {
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ -o-appearance: none;
+}
+
select {
appearance : none;
background: white url('../../image/select-down.png') no-repeat scroll right center;