input[type=text], select, input[type=date], input[type=time] {
	width:89%;
	border:1px solid #ccc;
	border-radius:3px;
	padding:5px 10px;	
	margin:8px 0;
	background-color:#ffffff;
	display:block;
	box-sizing: border-box;
}


button {
	padding:5px;
	border-radius:3px;
	width:100px;
	border:0px;
	margin-left:20px;
	font-size:90%;
}

button:hover {
	background-color:#4086c6;
	color:#ffffff;
}

.button { 
	text-align:center;
	margin-left:-80px;
}

button:active {
	background-color:#89a8bd;
}