@font-face {
    font-family: 'ChaletParisNineteenEighty';
    src: url('../fonts/chalet-parisnineteeneighty-webfont.eot');
    src: url('../fonts/chalet-parisnineteeneighty-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chalet-parisnineteeneighty-webfont.woff') format('woff'),
         url('../fonts/chalet-parisnineteeneighty-webfont.ttf') format('truetype'),
         url('../fonts/chalet-parisnineteeneighty-webfont.svgz#ChaletParisNineteenEighty') format('svg'),
         url('../fonts/chalet-parisnineteeneighty-webfont.svg#ChaletParisNineteenEighty') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

html, body { margin:0; padding:0; color:#fff;  font-family: 'ChaletParisNineteenEighty'; font-size:15px;}

h2{ margin:10px 0 15px 4px; padding:0;color:#F3901D; font-size:13px;}
fieldset{ border:1px solid #F3901D; margin-bottom:10px; padding-top:10px; clear:both; margin-left:0; margin-right:0;}

label{ float:left; width:76px;}

input[type="text"]{/*float:left;*/ width:510px; border:0 none; font-family:'ChaletParisNineteenEighty';font-size: 17px; background:none transparent; color:#fff; } 
input[type="checkbox"]{border:0 none; } 
input[type="submit"]{ border:0 none; color:#fff;font-family: 'CenturyGothicRegular'; text-transform:uppercase; font-size:18px; background:#1C75BC; text-transform:uppercase; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; padding:3px 5px; float:right; margin-top:20px; cursor:pointer;}
textarea{ border:0 none; width:510px;height:80px; font-family:'ChaletParisNineteenEighty'; font-size: 17px; background:none transparent; color:#fff;}

.clear{ clear:both;}

.colIzq { font-family: 'CenturyGothicRegular'; font-size:11px; text-transform:uppercase; float:left; width:260px; padding:0 8px;}
.colIzq label{ width:auto;margin-left:20px;margin-bottom:15px;}
.colIzq input[type="checkbox"]{} 
.colIzq span{ 
	display: block;
    margin-left: 22px;
    margin-top: -16px;
    position: relative;
    z-index: 12;
} 

.colDer{ font-family: 'CenturyGothicRegular'; font-size:11px; text-transform:uppercase; float:right;width:170px;}
.colDer label{ width:auto; margin-bottom:15px;}
.colDer span{ 
	display: block;
    margin-left: 22px;
    margin-top: -16px;
    position: relative;
    z-index: 12;
} 

.noteup{
	display: block;
    float: left;
    margin-right: 39px;
    margin-top: 0;
    position: relative;
    z-index: 12;
}

.success{ color:#fff; padding:5px 10px; border:1px solid #F3901D; font-size:17px; }
.error_mail{color:#fff; padding:5px 10px; border-top:1px solid #F3901D; font-size:14px; margin-bottom:10px; }