1form input[type="submit"]
2{
3 border: #22bb44 1px solid;
4 background-color: #aaffaa;
5 width: 20%;
6 -webkit-border-radius: 10px;
7 -moz-border-radius: 10px;
8}
9
10form input[type="submit"]:hover
11{
12 background-color: #00ff77;
13 cursor: pointer;
14}
15