/* Copyright 2008 D.Paolella MCR SERVICE */

#content form {
    clear: both;
    text-align: center;
}

#content form p {
    margin-bottom: 1em;
}

#content fieldset {
    margin-bottom: 1em;
}

#content textarea {
    width: 20em;
    height: 12em;
}

#content acronym {
    text-transform: lowercase;
    font-variant: small-caps;
}

/* styling legend tags is not supported by several agents yet */
#content .section {
    font-size: normal;
    font-weight: bold;                
    color: #333;
    padding-bottom: 1em;
    text-align: center;
}

#content .form-entry {
    margin-bottom: 1em;
}

#content .form-entry label {
    float: left;
    left: 25px;
    text-align: right;
    width: 17em;
    padding-right: 1em;
}

#content sup.mandatory {
    color: red;
    font-weight: normal;
}

#content .form-field {
    text-align: left;
    float: left;
}

#content .form-field ul {
    list-style-type: none;
}

#content .form-entry-cleaner {
    clear: both;
}

#content .form-error, #content .form-error-entry label {
    color: #FF310F;
    font-weight: bold;
}

#content .form-error-message {
    color: #EE1111;
    text-align: left;
}

#content .form-error-message img {
    float:left;
    margin: 0 0.5em;
}

