	input[type="text"],
	input[type="url"],
	input[type="telephone"],
	input[type="email"],
	input[type="password"],
	select,
	textarea
	{
		padding:10px;
		border:1px solid #999;
		border-radius:4px;
		box-sizing:border-box;
	}
