/*div.form_item input {
	display: block;
	float: left;
}

div.form_item label {
	display: block;
	width: 100px;
	float: left;
}

div.form_item {
	overflow: hidden;
	clear: both;
  margin-bottom: 0.5em;
}

div.form_button {
	float: right;
	clear: both;
}

input.form_check {
	display: inline;
}*/




div.error {
	border: 1px dashed red;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: red;
}

div.info {
	border: 1px dashed green;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: green;
}

.required {
	color: red;
}

.required:before {
	content: "* ";
	color: red;
}
