button, input[type=submit], input[type=button] {
    font-size: 1.4em; font-weight: bold;
	margin: 8px; padding: 12px;
	background-image: linear-gradient(to bottom, #9d0208, #d00000, #dc2f02, #d00000, #9d0208 );
    border: 4px solid black;
}

button:hover, input[type=submit]:hover, input[type=button]:hover {
    background-color: #456; color: #ffba08;
    cursor: pointer;
}

input[type=text], input[type=password], input[type=url] input[type=email] {
    margin: 8px; padding: 8px;
    font-size: 14pt;
    min-width: 200px;
}