
label {
    float: left;
    margin: 4px 4px 0 0;
    text-align: right;
    width: 170px;
}


input {
    background-color: #fff;
    border: 1px solid #7f9db9;
    color: #000;
    float: left;
    height: 20px;
    margin-bottom: 4px;
    width: 220px;
}

input.check {
    float: left;
    margin-bottom: 4px;
    width: 15px;
}


textarea {
    background-color: #fff;
    border: 1px solid #7f9db9;
    color: #000;
    float: left;
    height: 120px;
    margin-bottom: 4px;
    width: 300px;
}

.info_compila {
    font-size: 10px;
    line-height: 10px;
    margin: 10px 0 15px 174px;
}

input.check_accetta {
    float: left;
    margin: 0 10px 0 174px;
    width: 15px;
}

.btn-invia-1 {
	background-color: #244885;
    color: #ffffff;
    display: inline-block;
    float: left;
    height: 34px;
    margin: 15px 0 0 174px;
    width: 180px;
}
