/*-------------------------------------------------------------------------
= Join Overlay
--------------------------------------------------------------------------*/
#agi-ecard{
    position: relative;
}


.BrightcoveExperience{
    position: relative;
}

#join_mask {
    display: none;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

#join_mask,
#join_mask_bg {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 99 !important;
}

#join_mask_bg {
    background: #ffffff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    opacity: 0.5;
    height: 100%;
    width: 100%;
}

#join_mask_content_outer {
        display: table;
        height: 100%;
        width: 100%;
}

#join_mask_content_inner {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

#join_mask_content {
    background: url(/agbeta/texture-back-light-2012.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(170, 170, 170, 0.75);
    -moz-box-shadow: 0 0 10px 0 rgba(170, 170, 170, 0.75);
    box-shadow: 0 0 10px 0 rgba(170, 170, 170, 0.75);
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 460px;
    z-index: 150;
}

#join_mask_content div {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

#join_mask_content div#agi-join-overlay-main {
    height: 300px;
}

#join_mask_content div p#offer_line_one,
#join_mask_content div p#offer_line_two {
    font-family: 'OpusRoman',arial,sans-serif;
    font-size: 1.75em;
    margin: 14px 0 0;
    text-align: center;
    width: 100%;
}

#join_mask_content div p#offer_line_one {
    color: #cc3333;
    font-family: 'OpusRoman',arial,sans-serif;
    font-size: 2.2em;
    margin: 0;
    padding-top: 12px;
}


#join_mask_content div em {
    color: #cc3333;
    font-style: normal;
    font-weight: bold;
}

#join_mask_content div em strong {
    text-transform: uppercase;
}

#join_mask_content #product_msg_element p {
    line-height: 1.4em;
}

#join_btn {
    cursor: pointer;
    display: block;
    display: inline-block;
    margin: 1.6em auto 1.0em auto;
}

#join_mask_content div#agi-join-overlay-bottom-blurb {
    background: url(/agbeta/occasion/h-thumb-separator.png) no-repeat scroll right bottom rgba(0, 0, 0, 0);
    margin-bottom: 1.3em;
    padding-bottom: 0.7em;
    width: 98%;
}

#join_mask_content div.agi-join-overlay-bottom-blurb {
  font-family: 'OpusRoman',arial,sans-serif;
  font-size: 1.31em;
  margin: 7px auto 8px;
  width: 92%;
}

#join_mask_content div#agi-join-overlay-need-more {
    border-right: 1px none #9fbbd1;
}

#join_mask_content hr {
    display: none;
}

#join_mask_content div.agi-join-overlay-bottom-blurb a,
#replay_card {
    cursor: pointer;
    margin: auto;
    text-decoration: none;
}

p.replay_card {
    margin-top: 9px;
}

#topbar {
    background-color: transparent;
    background: url(/agbeta/occasion/h-thumb-separator.png) no-repeat scroll right bottom rgba(0, 0, 0, 0);
    color:#666;
    height: 30px;
    margin: 0 auto;
    position: relative;
    width: 98%;
}

#closewindow {
    background: url(/agbeta/button/pop-close-2013.png) no-repeat 0 0;
    display: block;
    float: right;
    height: 17px;
    margin-top: 5px;
    overflow: hidden;
    text-indent: -9999px;
    width: 71px;
}    

#closewindow div,
#closewindow img {
    float: left;
}

.closex {
    height: 15px;
    margin: 4px 0 auto 8px;
    width: 15px;
}