/* CONFIRMATION REGISTER FORM */

#confirmRegisterFormContainer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('../img/web/common/blackTrasparent.png');
    z-index: 100;
}

.confirmRegisterForm {
    display: inline-block;
    width: 44.375em; /* 710px/16 = 44.375em */
    height: 28.75em; /* 460px/16 = 28.75em */
    background: #ffffff;
    border-style: solid;
    border-width: 0.063em; /* 1px/16 = 0.063em */
    border-color: #b1aea0;
    border-radius: 0.563em; /* 9px/16 = 0.563em */
    -moz-border-radius: 0.563em; /* Old Firefox (3.6 to 15) */
    box-shadow: 0.25em 0.313em 0.25em 0.063em #888888; /* 4px/16 = 0.25em  5px/16 = 0.313em  1px/16 = 0.063em */
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22.188em; /* -355px/16 = -22.188em */
    margin-top: -17.188em; /* -275px/16 = -17.188em */
}

.confirmRegisterHeader {
    height: 4.188em; /* 67px/16 = 4.188em */
    width: 100%;
    background-image: url('../img/web/common/contactFormHeadBar.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    border-top-left-radius: 0.563em; /* 9px/16 = 0.563em */
    border-top-right-radius: 0.563em; /* 9px/16 = 0.563em */
    -moz-border-top-left-radius: 0.563em; /* Old Firefox (3.6 to 15) */
    -moz-border-top-right-radius: 0.563em; /* Old Firefox (3.6 to 15) */
}

.confirmRegisterTitle {
    float: left;
    font-family: futura_md_btmedium, Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 1.25em; /* 20px/16 = 1.25em */
    text-transform: uppercase;
    padding-left: 1.75em; /* 35px/20 = 1.75em */
    padding-top: 0.8em; /* 16px/20 = 0.8em */
}

.confirmRegisterClose {
    float: right;
    margin-right: 1em; /* 16px/16 = 1em */
    margin-top: 0.75em; /* 12px/16 = 0.75em */
}

#confirmRegisterBtnClose {
    cursor: pointer;
    outline: none;
}

.confirmRegisterContent {
	position: relative;
	height: 13.25em; /* 212px/16 = 13.25em */
    text-align: left;
    background: #ffffff; /* Non-CSS3 browsers */
    background-image: -moz-linear-gradient(top, #ffffff 80%, #dddddd); /* OLD Firefox (3.6 to 15) */
    background-image: -ms-linear-gradient(top, #ffffff 80%, #dddddd); /* For pre-releases of IE 10 */
    background-image: -webkit-linear-gradient(top, #ffffff 80%, #dddddd); /* Webkit browsers (Chrome and Safari) */
    background-image: -o-linear-gradient(top, #ffffff 80%, #dddddd); /* OLD Opera (11.1 to 12.0) */
    background-image: linear-gradient(to bottom, #ffffff 80%, #dddddd);
    border-bottom-style: solid;
    border-bottom-width: 0.063em; /* 1px/16 = 0.063em */
    border-bottom-color: #cccccc;
}

.confirmRegisterHeader2 {
	height: 3.125em; /* 50px/16 = 3.125em */
	background-image: url('../img/web/common/confirmRegisterHeadBar.png');
    background-repeat: no-repeat;
    margin-top: 0.625em; /* 10px/16 = 0.625em */
    font-family: futura_md_btmedium, Arial, Helvetica, sans-serif;
    color: #7d3200;
    font-size: 1em; /* 16px/16 = 1em */
    text-transform: uppercase;
    padding-top: 0.625em; /* 10px/16 = 0.625em */
    padding-left: 2.313em; /* 37px/16 = 2.313em */
}

.confirmRegisterHostess {
	display: block;
    width: 7.563em; /* 121px/16 = 7.563em */
    height: 12.125em; /* 194px/16 = 12.125em */
    background-image: url('../img/web/common/alertHostess.png');
    background-repeat: no-repeat;
    position: absolute;
    right: 2.5em; /* 40px/16 = 2.5em */
    bottom: -0.063em; /* -1px/16 = -0.063em */
}

.confirmRegisterText {
    padding-left: 2.313em; /* 37px/16 = 2.313em */
    padding-right: 10em; /* 160px/16 = 10em */
}

.confirmRegisterText p {
    font-family: futura_md_btmedium, Arial, Helvetica, sans-serif;
    font-size: 1em; /* 16px/16 = 1em */
    color: #606060;
    text-transform: uppercase;
}

.confirmRegisterFooter {
    margin-top: 1.25em; /* 20px/16 = 1.25em */
    padding-left: 2.313em; /* 37px/16 = 2.313em */
    text-align: left;
}

.confirmRegisterFooter.vinculated {
    padding-left: 0;
    text-align: center;
}

.confirmRegisterFooter div {
	font-family: futura_md_btmedium, Arial, Helvetica, sans-serif;
    font-size: 0.875em; /* 14px/16 = 0.875em */
    color: #999999;
	margin-bottom: 1.429em; /* 20px/14 = 1.429em */
}

.confirmRegisterFooter input[type="text"], .confirmRegisterFooter input[type="password"] {
    font-family: futura_md_btmedium, Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 1em; /* 14px/14 = 1em */
    text-indent: 0.788em; /* 11px/14 = 0.788em */
    width: 14.286em; /* 200px/14 = 14.286em */
    height: 2.071em; /* 29px/14 = 2.071em */
    background: #ffffff;
    border-style: solid;
    border-width: 0.071em; /* 1px/14 = 0.071em */
    border-color: #dfdfda;
    border-radius: 0.286em; /* 4px/14 = 0.286em */
    -moz-border-radius: 0.286em; /* Old Firefox (3.6 to 15) */
    margin-left: 0.571em; /* 8px/14 = 0.571em */
}

#vinculated_btn_container, #noemailsended_btn_container, #fbregister_btn_container {
    margin-top: 4.429em;
}