html,
body {
	font-size : 14px;
}
* {
	-moz-box-sizing : border-box;
	box-sizing      : border-box;
}
input {
	border: .2em solid #ccc;
	border-radius: .3em;
	padding: 8px 12px;
	width: auto;
}
