﻿#divContainer {
    margin: 0 auto;
    width: 910px;
    max-width: 910px;
    padding-top: 100px;
}

.divImageHolder {
    float: left;
    
}

.boxSinistra {
    width: 500px;
    height: 340px;
    background-image: url(../../immagini/BusinessWomenPC.jpg);
    background-position-y: 0px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
}


.boxSinistra_dn {
    width: 500px;
    /*height: 160px;*/
    padding-top: 25px;
    padding-bottom: 25px;
    background-repeat: no-repeat;
    text-align: right;
}

    .boxSinistra_dn img {
        text-align: right;
        margin: 0 5px;
    }

.divFields {
    float: left;
    margin-top: 0px;
    margin-left: 25px;
    border: 1px solid #CCCCCC;
    width: 365px;
}

.fieldsHeader {
    background-color: #F5F5F5;
    height: 40px;
    margin-bottom: 25px;
    padding-top: .5em;
    padding-left: 15px;
    font-size: x-large;
    color: #0072C6;
    border-bottom: 1px solid #CCCCCC;
}

.fieldsFooter {
    background-color: #F5F5F5;
    width: 100%;
    height: 60px;
    margin-top: 25px;
    border-top: 1px solid #CCCCCC;
}


.linea {
    
    background-color: #CCCCCC;
    width: 910px;
}

.input {
    margin: 20px 20px;
}

    .input input, .input i {
        font-size: medium;
    }

.icon-append {
    color: #AAA;
}

.submit {
    float: right;
    position: relative;
    right: 15px;
    top: 20px;
    border-radius: 5px 5px 5px 5px;
}
