button {
	border-radius: 10px;
	background: #FFFFFF;
	text-align:center;
}
input {
	font-family:Orbitron, sans-serif;
	border-radius: 10px 30px;
	font-size:14;
	background: #FFFFFF;
	text-align:center;
	width:90%;
	height:20;
	border:solid 1px;
	border-color:silver;
}

select {	
	font-family:Orbitron, sans-serif !important;
	font-size:14;
	border-radius: 10px 30px;
	background: #FFFFFF;
	width:90%;
	height:20;
	color:gray;
	border:solid 1px;
	border-color:silver;
}
textarea {
	font-family:Orbitron, sans-serif;
	font-size:14;
	border-radius: 10px 30px;
	background: #FFFFFF;
	width:90%;
	height:80px;
	border:solid 1px;
	border-color:silver;
}
foot {
	font-family:Orbitron, sans-serif;
	font-size:11;
	color:gray;
}
