font-size:90%;
text-align: center;
text-decoration: none;
- text-shadow: 0 1px 1px rgba(0,0,0,.3);
+ text-shadow: 1px 1px 0 #FFFFFF;
cursor: pointer;
outline: none;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
- color: #d9eef7;
- border: solid 1px #0076a3;
- background: #0095cd;
- background: -webkit-gradient(linear, left top, left bottom, from(#7BCFF5), to(#2B7FB5));
- background: -moz-linear-gradient(top, #7BCFF5, #2B7FB5);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7BCFF5', endColorstr='#2B7FB5');
+ color: #333333;
+ border: solid 1px #EBEBEB;
+ background: #EBEBEB;
+ background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1E1E1));
+ background: -moz-linear-gradient(top, #FFFFFF, #E1E1E1);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E1E1E1');
vertical-align: baseline;
display: inline-block;
zoom: 1;
*display: inline;
}
+.red-button {
+ color: #990000 !important;
+}
button:hover, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
text-decoration: none;
+ text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
+ color: #FFFFFF;
+ border: solid 1px #0770A0;
background: #007ead;
- background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
- background: -moz-linear-gradient(top, #0095cc, #00678e);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
+ background: -webkit-gradient(linear, left top, left bottom, from(#0CA6DD), to(#0770A0));
+ background: -moz-linear-gradient(top, #0CA6DD, #0770A0);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0CA6DD', endColorstr='#0770A0');
+}
+.red-button:hover {
+ color: #FFFFFF !important;
+ border: solid 1px #CD504A !important;
+ background: #B33630 !important;
+ background: -webkit-gradient(linear, left top, left bottom, from(#DC5F59), to(#B33630)) !important;
+ background: -moz-linear-gradient(top, #DC5F59, #B33630) !important;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DC5F59', endColorstr='#B33630') !important;
}
button:active, .button:active, input[type="submit"]:active, input[type="button"]:active {
position: relative;
- top: 1px;
- color: #80bed6;
- background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
- background: -moz-linear-gradient(top, #0078a5, #00adee);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
+ top: 1px;
+ text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
+ color: #FFFFFF;
+ border: solid 1px #2790C0;
+ background: -webkit-gradient(linear, left top, left bottom, from(#0076AD), to(#2790C0));
+ background: -moz-linear-gradient(top, #0076AD, #2790C0);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0076AD', endColorstr='#2790C0');
+}
+.red-button:active {
+ color: #FFFFFF !important;
+ border: solid 1px #CD504A !important;
+ background: #B33630 !important;
+ background: -webkit-gradient(linear, left top, left bottom, from(#AC2F29), to(#D35650)) !important;
+ background: -moz-linear-gradient(top, #AC2F29, #D35650) !important;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AC2F29', endColorstr='#D35650') !important;
}
*/