@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('fonts/opensans-condlight-webfont.eot');
    src: url('fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-condlight-webfont.woff2') format('woff2'),
         url('fonts/opensans-condlight-webfont.woff') format('woff'),
         url('fonts/opensans-condlight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('fonts/opensans-condbold-webfont.eot');
    src: url('fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-condbold-webfont.woff2') format('woff2'), 
         url('fonts/opensans-condbold-webfont.woff') format('woff'),
         url('fonts/opensans-condbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
 
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'antonioregular';
    src: url('fonts/antonio-regular-webfont.eot');
    src: url('fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/antonio-regular-webfont.woff2') format('woff2'),
         url('fonts/antonio-regular-webfont.woff') format('woff'),
         url('fonts/antonio-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'antoniolight';
    src: url('fonts/antonio-light-webfont.eot');
    src: url('fonts/antonio-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/antonio-light-webfont.woff2') format('woff2'),
         url('fonts/antonio-light-webfont.woff') format('woff'),
         url('fonts/antonio-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'antoniobold';
    src: url('fonts/antonio-bold-webfont.eot');
    src: url('fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/antonio-bold-webfont.woff2') format('woff2'),
         url('fonts/antonio-bold-webfont.woff') format('woff'),
         url('fonts/antonio-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'desyrelregular';
    src: url('fonts/desyrel_-webfont.eot');
    src: url('fonts/desyrel_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/desyrel_-webfont.woff2') format('woff2'),
         url('fonts/desyrel_-webfont.woff') format('woff'),
         url('fonts/desyrel_-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pecitamedium';
    src: url('fonts/pecita-webfont.eot');
    src: url('fonts/pecita-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pecita-webfont.woff2') format('woff2'),
         url('fonts/pecita-webfont.woff') format('woff'),
         url('fonts/pecita-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'loveloblack';
    src: url('fonts/Lovelo Black-webfont.eot');
    src: url('fonts/Lovelo Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lovelo Black-webfont.woff2') format('woff2'),
         url('fonts/Lovelo Black-webfont.woff') format('woff'),
         url('fonts/Lovelo Black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'loveloline_bold';
    src: url('fonts/Lovelo Line Bold-webfont.eot');
    src: url('fonts/Lovelo Line Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lovelo Line Bold-webfont.woff2') format('woff2'),
         url('fonts/Lovelo Line Bold-webfont.woff') format('woff'),
         url('fonts/Lovelo Line Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'loveloline_light';
    src: url('fonts/Lovelo Line Light-webfont.eot');
    src: url('fonts/Lovelo Line Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lovelo Line Light-webfont.woff2') format('woff2'),
         url('fonts/Lovelo Line Light-webfont.woff') format('woff'),
         url('fonts/Lovelo Line Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.successMessage {
    border: 1px solid #AFAFAF;
    width: 400px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    background: #efefef;
    padding: 20px;
    line-height: 180%;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #21a121
}


.errorMessage {
    border: 1px solid #AFAFAF;
    width: 400px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    background: #efefef;
    padding: 20px;
    line-height: 180%;
    margin-top: 15px;
    margin-bottom: 15px;
    color: red
}
