/* forms */
form { 
    margin: 2em 0em 0em 2em; 
    padding: 0; 
}
form img { 
    float: left; 
    margin: 2em; 
}
form fieldset { 
    margin-left: 1em; 
    padding-left: 1em; 
    border: none; 
    float: none; 
    width: auto; 
}
form fieldset legend { 
    font-weight: bold; 
    color: #333; 
}
form fieldset div { margin: 1em 0em; }
form fieldset label { 
    float: left; 
    width: 8.33em; 
    text-align: left; 
    color: #585858; 
}
form input, textarea, select { 
    width: 16.67em; 
    padding: 0.2em; 
    border: 0.08em solid #585858; 
    background-color: #fff; 
    color: #585858; 
}
form fieldset textarea { height: 8.33em; }
form input.search, input.send { 
    margin-left: 0; 
    width: 5.83em; 
    background-color: #fff; 
    color: #585858; 
    text-align: right; 
    border: none; 
}
form fieldset input.search { background: url(../img/cultura/interface/search.png) left center no-repeat; }
form input.send { background: url(../img/cultura/interface/send.png) left center no-repeat; }

.alert { 
    display: inline-block; 
    color: #f00; 
    font-weight: bold; 
    font-size: small; 
}
form fieldset .alert { padding-left: 24em; }

form.contacto input, textarea, select { 
    width:90%; 
    clear:left;
}
form.contacto input.send { width: 5.83em;}

/* forms.css (W3C_CSS2)| V.1.3.5.240905 */
