﻿html {
    min-height: 101%;
    margin-bottom: 1px;
}

body {
    background: #000000;
}

header {
    position: relative;
    width: 971px;
    height: 100px;
    margin: 90px auto 0;
}

    header .logo {
        position: absolute;
        right: 4px;
        background-image: url('https://www.col-legno.com/gui/www/pics/logo_col_legno.gif');
        width: 142px;
        height: 82px;
        cursor: pointer;
    }


div.content {
    position: relative;
    width: 1024px;
    margin: 0 auto 0;
}

@font-face {
    font-family: DaxWeb-Xbold;
    src: url(https://www.col-legno.com/gui/www/includes/fonts/DaxWeb-Xbold.eot);
}

@font-face {
    font-family: DaxWeb-Black;
    src: url(https://www.col-legno.com/gui/www/includes/fonts/DaxWeb-Black.eot);
}

@font-face {
    font-family: DaxWeb-Xbold;
    src: url(https://www.col-legno.com/gui/www/includes/fonts/DaxWeb-Xbold.woff);
}

@font-face {
    font-family: DaxWeb-Black;
    src: url(https://www.col-legno.com/gui/www/includes/fonts/DaxWeb-Black.woff);
}


h1 {
    position: relative;
    vertical-align: top;
    font-family: DaxWeb-Black;
    font-size: 19px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    margin-bottom: 20px;
}

p, a {
    position: relative;
    vertical-align: top;
    font-family: "Times New Roman";
    font-size: 16px;
    line-height: 21px;
    color: #888;
    font-weight: 400;
    margin-bottom: 20px;
}

label {
    font-family: "Times New Roman";
    font-size: 16px;
    line-height: 21px;
    color: #888;
}

div.formElement {
    position: relative;
    margin-bottom: 5px;
}

div.formElement {
    position: relative;
    margin-bottom: 5px;
}

div.formAlertElement {
    display: none;
}

div.formElement label {
    display: inline-block;
    width: 100px;
}

    div.formElement label.required {
        display: inline-block;
        width: 250px;
        font-size: 11px;
    }

    div.formElement label.requiredAlert {
        display: inline-block;
        width: 250px;
        font-size: 11px;
        color: red;
    }

    div.formElement label.checkboxLabel {
        display: inline-block;
        margin-top: 15px;
        width: 400px;
    }

div.formElement select {
    font-family: "Times New Roman";
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFF;
    padding-left: 4px;
    vertical-align: top;
    height: 22px;
    width: 256px;
    background: #000;
    border: 1px;
    border-style: solid;
    border-color: #888;
    overflow: hidden
}


div.formElement input {
    font-family: "Times New Roman";
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFF;
    padding-left: 4px;
    vertical-align: top;
    height: 22px;
    width: 250px;
    background: #000;
    border: 1px;
    border-style: solid;
    border-color: #888;
    overflow: hidden;
    padding-top: 0;
}

    div.formElement input[type=checkbox] {
        display: none;
    }

        div.formElement input[type=checkbox] + label {
            background-image: url('https://www.col-legno.com/gui/www/pics/tick.gif');
            background-position: left 5px;
            background-repeat: no-repeat;
            cursor: pointer;
            padding-left: 20px;
        }

        div.formElement input[type=checkbox]:checked + label {
            background-image: url('https://www.col-legno.com/gui/www/pics/tick_checked.gif');
        }


div.form .button {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    font-family: "Times New Roman";
    font-size: 16px;
    line-height: 21px;
    color: #888;
    text-align: center;
    border: solid 1px #888;
    width: 250px;
    cursor: pointer;
}
div.form .button:hover{
    color: #FFF;
    border: solid 1px #FFF;
}



@media screen and (max-width: 1280px) {
    header {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    div.content {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 440px) {
    div.formElement label.checkboxLabel {
        width: auto;
        margin-left: 0;
        margin-right: 20px;
    }
}
