| 352 | | } |
| 353 | | |
| 354 | | #page input[type="button"], #page input[type="submit"], #page button { |
| 355 | | padding: 2px 4px 2px 4px; |
| 356 | | cursor: pointer; |
| 357 | | -webkit-border-radius: 9px; /* Webkit only supports up to 9px at present */ |
| 358 | | -moz-border-radius: 9px; |
| 359 | | font-size: 10px; |
| 360 | | background: transparent url('../images/button_gradient.png') repeat-x; |
| 361 | | border: 1px solid #999; |
| 362 | | } |
| 363 | | |
| 364 | | #page input[type="button"]:hover, #page input[type="submit"]:hover, #page button:hover { |
| 365 | | background: url('../images/button_gradient_hover.png') repeat-x; |
| 366 | | border: 1px solid #555; |