
div#CenterColum{
    width: 540px;
}

form.formUtente input.TextInput, form.formUtente textarea{
    width:100%;
}

form.formUtente fieldset{
    border:1px solid #CCCCCC;
    background-color:#FBFAF4;
}

form.formUtente legend{
    color:#CC6600;
    font-weight:bold;
}

form.formUtente fieldset.required{
    background:url("mattel.gif") no-repeat right top;
}