/*@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proximanovatab-regular.eot?#090315');
    src: url('../fonts/proximanovatab-regular.eot?#090315iefix') format('embedded-opentype'),
        url('../fonts/proximanovatab-regular.ttf?#090315') 
        format('truetype'),url('../fonts/proximanovatab-regular.woff?#090315')
         format('woff');
    font-weight: normal;
    font-style: normal;
}*/

/*.space_top {
    float: none;
}*/

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

#boxes #dialog {
    width: 600px;
    height: auto;
    padding: 10px;
    background-color: #ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
}

#lorem {
    font-family: "Segoe UI", sans-serif;
    font-size: 12pt;
    text-align: left;
}

div.window {
    color: #484848;
    margin: 0 auto;
    font-family: ProximaNova;
    font-size: 15px;
    line-height: 25px;
    background-color: white;
    width: 800px;
}

a.mail {
    text-decoration: none;
    color: #1583ED;
}

a.button {
    text-decoration: none;
    color: #1583ED;
}

div.lorem.p {
    margin: 0px 25px 0px!important;
    padding: 6px 0;
}

a.button {
    color: white;
    background-color: #ff5000;
    line-height: 32px;
    outline: none;
    cursor: pointer;
    width: 122px;
    border-radius: 4px;
    text-align: center;
    display: block;
}

.spacing {
    padding: 25px;
}

.text-container {
    padding: 15px 40px;
}

a.right {
    margin-left: auto;
    margin-right: 0;
}

img.logo {
    width: 168px;
}
