﻿.lista_I
{
    list-style-type: none;
    position: relative;
    left: -30px;
}
.AspNet-RadioButtonList-Item
{
    border-bottom: 1px dashed black;
    margin-bottom: 3px;
}
fieldset
{
    border: 1px white solid;
    margin-bottom: 0.5em;
    background-color: #E9D5B2;
}
fieldset.corto
{
    width: 40%;
    float: left;
    height:100%;
}
legend
{
    border: 1px white solid;
    margin-left: 1em;
    padding: 0.2em 0.8em;
    background-color: #3C312F;
    font-weight: bold;
    color: #FFFFFF;
}

