button, input.button, a.button {
-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.5);
background:-moz-linear-gradient(100% 100% 90deg, #369, #444) repeat scroll 0 0 transparent;
border:1px solid #fff;
color:#F0F0F0;
cursor:pointer;
display:inline-block;
font-family:Georgia,"Times New Roman",Times,serif;
margin:0 0.25em;
padding:3px 15px;
text-shadow:1px 1px 1px #000;
}
button:hover, input.button:hover, a.button:hover {
-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.9);
text-decoration:none;
}
Time to create page: 0.056 seconds