| | 59 | |
| | 60 | #quicksearch #q { |
| | 61 | background-color: #eee; |
| | 62 | border-color:#cdcdcd; |
| | 63 | color:#777; |
| | 64 | } |
| | 65 | |
| | 66 | input[type="text"], input[type="password"], select, textarea, file { |
| | 67 | background:#eee; |
| | 68 | color: #777; |
| | 69 | border: 1px solid #cdcdcd; |
| | 70 | margin: 0; |
| | 71 | } |
| | 72 | |
| | 73 | input[type="submit"], input[type="reset"] { |
| | 74 | background-color: #eee; |
| | 75 | border: 1px solid #cdcdcd; |
| | 76 | color: #777; |
| | 77 | } |
| | 78 | |
| | 79 | input[type="submit"]:hover, input[type="reset"]:hover { |
| | 80 | background-color: #666; |
| | 81 | border: 1px solid #999; |
| | 82 | color: #F0F0F0; |
| | 83 | } |