form
{

}

div.formfield
{
	padding: 0px; padding-bottom: 0px; padding-top: 10px;
}

div.formfield input, div.formfield textarea, div.formfield select
{
	box-sizing: border-box;
	border: 2px solid silver;
	border-radius: 3px;
	font: inherit;
	margin: 0px;
	padding: 3px;
}

div.formfield input
{

}

div.formfield input[type="text"]
{
	-webkit-appearance: none;
	width: 100%;
}

div.formfield input[type="password"]
{
	-webkit-appearance: none;
	width: 100%;
}

div.formfield input[type="submit"]
{
	-webkit-appearance: none;
	background: #c6171e;
	border: 0px;
	color: white;
	margin-bottom: 10px;
	padding: 5px 8px 5px 8px;
}

div.formfield textarea
{
	-webkit-appearance: none;
	height: 100px;
	width: 100%;
}

div.formfield select.select_quantity
{
	float: left;
	margin-right: 10px;
}

div.form_error
{
	color: #c6171e;
}

div.form_error2
{
	color: #c6171e;
	padding: 10px; padding-bottom: 0px;
}

div.form_correct
{
	color: blue;
	padding: 10px; padding-bottom: 0px;
}

div.form_error input
{
	border: 2px solid #c6171e;
}

div.formfield div.clue
{
	color: #c6171e;
	margin-bottom: 5px;
}

