body {
    font-family: "Century Gothic";
    background: #cad3dc;
}

input, select {
    margin: 7px 2px;
}

a {
    color: inherit;
}

#wrapper {
    background: #fff url('../img/Landing3.png') left top no-repeat;
    width: 1100px;
    height: auto !important;
    margin: 0px auto;
    display: block;
}
.wrapper-promo {
    background: #fff url('../img/fondo3.png') left top no-repeat !important;
    height: 600px;
}

.wrapper-ferrovie {
    background: #fff url('../img/landingferservizi.png') left top no-repeat !important;
}

#imagecontainer {
    width: 520px;
    height: auto;
    display: block;
    float: left;
    margin: 240px 40px 15px 30px;
    font-size: 14px;
}

.imagecontainer-promo {
    width: 500px !important;
    margin: 90px 40px 15px 30px !important;
    line-height: 18px;
}

#imagecontainer h2 {
    text-align: center;
}

#imagecontainer p {
    text-align: justify;
}

#formcontainer {
    width: 460px;
    height: 470px;
    display: block;
    float: right;
    margin: 90px 40px 15px 0px;
}

.formcontainer-promo {
    height: 290px !important;
    margin: 270px 40px 0px 0px !important;
}

#piede {
    text-align: right;
    font-size: 13px;
    position: relative;
    clear: both;
    background: #f5e5d5;
    display: block;
    width: 1100px;
    height: 50px;
}

#piede > div {
    text-align: right;
    margin-top: 10px;
    width: 500px;
    position: absolute;
    right: 10px;
    font-size: 9pt;
    color: #416075;
}

.cappello {
    font-size: 11pt;
    text-align: justify;
    margin: 0 0 10px 0;
    width: 455px;
}

.cappello-centered {
    font-size: 14px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    width: 455px;
}

.cappello-err {
	font-size: 11pt; text-align: justify; margin: 0px;margin-bottom: 10px; width: 455px; color:red;
}

.etichetta {
    text-align: left;
    font-size: 13px;
    line-height: 13px;
    color: #666;
    padding: 0px 4px;
    font-weight: 900;
    margin: 5px 0px 0px 0px;
}

label.error {
    color: red;
    font-size: 8pt;
    margin-left: 5px;
    text-align: center;
    border: none !important;
    display: block;
}

#codice {
    -moz-box-shadow: 0px 0px 3px 3px #f5e5d5;
    -webkit-box-shadow: 0px 0px 3px 3px #f5e5d5;
    box-shadow: 0px 0px 3px 3px #f5e5d5;
    width: 244px;
}

.submit-button {
    border: none;
    cursor: pointer;
    padding-right: 0;
}

.submit-normal {
    width: 250px;
    height: 43px;
    background: url('../img/bottone.png') center center no-repeat;
}

.submit-large {
    width: 492px;
    height: 46px;
    background: url('../img/completa_attivazione.png') center center no-repeat;
    border: none;
    cursor: pointer;
}

.form-container-large {
    height: 470px !important;
}

.error-message {
    color: red;
    font-size: 12pt;
    font-weight: 900;
}