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

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

* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 12px;
    line-height: 1.3;
    font-family: 'SegoeUI', arial, sans-serif;
    color: #000;
    background: #fff url(images/fundo.png) repeat-x 0 0;
    min-width: 924px;
}

a { color: #fff; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

input, textarea, select { font-size: 18px; color: #474747; font-family: 'SegoeUI', arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell { width: 850px; margin: 0 auto; }

header { padding: 17px 0; }

#logo {  font-family: 'SegoeUI-Bold'; font-size: 36px; line-height: 38px; font-weight: normal; padding-left: 2px; }
#logo span { font-family: 'SegoeUI'; }
#logo a { color: #fff; }

.video-holder { padding: 0 37px; width: 850px; margin: 0 -37px; background: url(images/video-holder.png) no-repeat 0 29px;  }

.form-wrap { margin-top: 17px; background: #141414 url(images/form-wrap.png) repeat-x 0 0; border-radius: 3px; min-height: 131px; border-radius: 6px; padding: 0 18px 0 29px; display: none; }
.form-wrap form { padding:  15px 0 25px 0; height: 91px; background: url(images/form.png) no-repeat 443px 0; }
.form-wrap form label { display: block; font-size: 30px; line-height: 32px;  }
.form-wrap form .field { display: inline; float: left; padding: 1px 12px 5px; width: 392px; border: solid 1px #bfbfbf; background: #fff; border-radius: 6px; line-height: 28px; -webkit-box-shadow: inset 2px 6px 6px 0px #e8e8e8; box-shadow: inset 2px 6px 6px 0px #e8e8e8; margin: 13px 0 0 6px; }
.form-wrap form .submit-button { position: relative; top: -12px; display: inline; float: right; width: 221px; height: 55px;  border: 0; font-family: 'SegoeUI-Bold'; font-size: 24px; color :#2e2e2e; background: url(images/submit.png) no-repeat 0 0; cursor: pointer; }

.box { padding-top: 15px; display: none; }
.box .submit-button { display: block; width: 853px; height: 79px; background: url(images/button.png) no-repeat 0 0; border: 0; cursor: pointer; font-family: 'SegoeUI-Bold'; font-size: 36px; color: #2c2c2c;  }
.box p.banners { text-align:center; padding-top: 14px; }
.box p.banners img { padding-left: 17px; }