/* Begin Form Typographie & Colors */
#form legend, .form-text {
    font-size: 1.2em;
}

.form-text {
    line-height: 160%;
}

#form label, #form ol li span {
    font-size: 1.2em;
    display: block;
}

#form ol li span.inline {
    display: inline;
}
/* Begin Form Typographie & Colors */



/* Begin Form Structure */
#form fieldset {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 0 -1em 0;
    padding: 0 0 1em 0;
}

#form legend {
    padding: 0;
    color: #545351;
    font-weight: bold;
}

#form legend span {
    position: absolute;
    left: 0em;
    top: 0;
    margin-top: 0.5em;
}

#form fieldset ol {
    padding: 3.5em 1em 0 0em;
    list-style: none;
}

#form fieldset ol.double {
    padding-top: 5em ;
}

#form fieldset li {
    clear: both;
    width: 100%;
    padding-bottom: 1em;
}

#form fieldset.submit {
    float: none;
    width: auto;
    padding-top: 1.5em;
    margin-bottom: 1.5em;
}

#form label {
    position: relative;
    float: left;
    width: 16em;
    margin-right: 1em;
}

#form label em {
    position: absolute;
    left: 15.8em;
    top: 0;
}

#form label strong {
    position: absolute;
    left: 11em;
    top: 0;
}

#form fieldset.alt {
}

.form-text {
    margin: 20px 0;
}
/* End Form Structure */



/* Begin Form Elements */
#form .input-text {
    width: 300px;
}

#form textarea {
    width: 300px;
    overflow: auto;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 1.3em;
}

form select {
    font-size: 1.3em;
}

#form input.submit {
    font-size: 1.4em;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #7a644f;
    border-style: none;
    background-color: transparent;
}

#form input.error {
   padding: 1px;
   border: 1px solid red;
}

#form textarea.error {
   border: 1px solid red;
}
/* Begin Form Elements */