
input.button {
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #ff7f00;
	height: 18px;
	width: 140px;
	cursor: pointer;
}
input.button2 {
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #69519b;
	height: 18px;
	width: 140px;
	cursor: pointer;
}
