fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
}
fieldset {
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	padding: 0 .4em;
	font-size:1.2em;
}
label {
	float:left;
	width:9em;
	display:block;
	clear:left;
	margin-right:1em;
	text-align:left;
	cursor:hand;
}
textarea, input, select, label, button, optgroup {
	margin-top:5px;
}
input[type="checkbox"], input[type="radio"] {
	margin-bottom:7px;
}
fieldset {
	border: 1px solid #6F2C12;
}
legend {
	color: #6F2C12;
	font-weight: bold;
}
label {
	color:#6F2C12;
}
textarea {
}
textarea:focus, input[type="text"]:focus {
	border: 1px solid #DF9F5D;
}
select {
	background-color: #fff;
	color: #000;
}
input[type="text"] {
}
input[type="submit"] {
	background-color: #F8E4B2;
	color: #000;
}
.div_button {
}

input[type="checkbox"] {
	color: #000;
}
input[type="radio"] {
	background-color: #fff;
	color: #000;
}
option {
	background-color:#fff;
	color:#000;
}
optgroup {
	background-color:#ccc;
	color:#000;
}
.div_button {
	text-align: center;
	width: 100%;
	font-size: 12px;
	font-style: italic;
}
.errore {
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: #F00;
	margin: 0px;
	padding: 0px;
}
