select {
	border: 1px solid #362144;
	background-color: #FFF;
}
input[type="button"], input[type="submit"], .button, .fauxbutton {
	text-transform: uppercase;
	color: #362144;
	background-color: #C0D730;
	/* OVERRIDE GLOBAL */
	text-shadow: none;;
	border: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
}
input[type="button"]:hover, input[type="submit"]:hover, .button:hover, .fauxbutton:hover {
	background-color:#ccc;
	background-image: none;
}
.small {
	font-size:80%;
}
