﻿.submit {
	border: none;
	background: #666;
	font-size: 10px;
	color: #fff;
	padding: 4px 6px;
	}
.submit:hover {
	border: none;
	color: #000;
	background: #FFE225;
	}
.submit:active {
	border: none;
	color: #333;
	}
