
html.no-js input[type=text]
, html.no-js select {
	width: 12.5em;
	border: 1px solid #94c0d2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	line-height: 1.64em;
	padding: 0.1em;
	height: 1.66em;
	font-size: 1.2em;
	box-sizing: border-box;
}

html.no-js input[type=text] {
}

html.no-js select {
}

