
.gruppoform .missing {
	background-color: red;
}
.gruppoform span.required1,
.gruppoform span.required2 {
	display: none;
}

.gruppoform #headline p {
	text-transform: uppercase;
	font-size: 22px;
}
        
.gruppoform #subheadline p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
        
.gruppoform {
	line-height: 29px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
        
.gruppoform #box {
	width: 640px
}
        
.gruppoform input[type=text],
.gruppoform select,
.gruppoform input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}
        
.gruppoform #ruler {
    height: 10px;
    background-color: #FF715B;
    margin-top: 30px;
}

.gruppoform button[type=submit],
.gruppoform button.btn_submit {
    width: 300px;        
    background-color: #FF715B;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
}

.gruppoform button[type=submit]:hover,
.gruppoform button.btn_submit:hover {
    background-color: #FF715B;
}

.gruppoform div.persontype {
    display: none;
}
