input
{
	display: block;
	border-radius: 5px;
	
	
	border: 1px solid #a1a1a1;
}

.button
{
	border-radius: 3px;
	color: white;
	background-color: #ff9000;
	padding: 10px;
}

.button:hover
{
	background-color: #ffa500;
	cursor: pointer;
}