/*
    Document   : concursBocapital
    Created on : Sep 11, 2012, 2:46:47 PM
    Author     : ana
    Description:
        Purpose of the stylesheet follows.
*/

.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    font-family: Arial, sans-serif;
    color: #fff;
    background: url('/images/AndreeaEsca/bg-pattern.jpg');
}
ol, ul {
    list-style: none;
}
.wrapper {
    width: 100%;
    border-top: 20px solid #6b0112;
}
.wrapper .content {
    width: 1000px;
    margin: 0 auto;
}
.fleft {
    float: left;
    width: 547px;
}
.fright {
    float: right;
    width: 453px;
}
.fleft img {
    margin-top: 20px;
}
form {
    color: #000;
    margin: 10px 0 0 95px;
    margin-top: 10px;
}
form div {
    margin-top: 10px;
    position: relative;
}
form input {
    display: block;
    width: 169px;
    height: 20px;
    padding: 8px 10px;
    border: 1px solid #000d3d;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.3) inset;
    background-color: #EDEDED;
}
form .row div {
    float: right;
}
form .row div:first-child {
    float: left;
}
form button {
    cursor: pointer;
    background-image: url('/images/AndreeaEsca/button.png');
    width: 237px;
    height: 64px;
    margin-bottom: 20px;
}
form span.errorMsg {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 5px 0;
    text-align: left;
    width: 179px;
}
.msg {
    background-color: #7BBC06;
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 21px 70px;
    position: absolute;
    top: 524px;
    left: 578px;
}

.contestFormYoutradefxContent { position: relative}
.contestFormYoutradefxContent div { margin-top: 6px; }
.contestFormYoutradefxContent input { border: 0; background: transparent; box-shadow:none; outline: none; background-color: #F6F6F6; width: 320px;}

input::-webkit-input-placeholder {
   color: #8D8D8D;
   font-weight: 700;
   font-style: italic;
   font-family: Arial, sans-serif;
}

input:-moz-placeholder {
   color: #8D8D8D;
   font-weight: 700;
   font-style: italic;
   font-family: Arial, sans-serif;
}
[placeholder] {
    color: #8D8D8D;
   font-weight: 700;
   font-style: italic;
   font-family: Arial, sans-serif;
}
.msgThx {
    width: 537px;
    height: 345px;
}
.close {
    position: absolute;
    right: 17px;
    height: 44px;
    top: -1px;
    width: 44px;
    text-indent: -9999px;
    background: none;
    border: none;
    cursor: pointer;
}
.checkbox {
    margin: 15px 0 !important;
}
.checkbox input {
    display: inline;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin-right: 10px;
}
.checkbox span {
    vertical-align: middle;
    color: #fff;
}
.checkbox img {
    vertical-align: middle;
    margin-top: 0;
}
.footer {
    text-align: center;
    padding: 20px 0;
    background-color: rgba(0,0,0,.3); 
    margin-top: 20px; 
}
.tickets input {
    width: 100px;
}
button.close {
    display: none;
}