div#footer {display:none;}

#iframe { background:black; height:100%; width:100%; }
#ifholder {position:absolute; top:74px; left:0px; right:0px; bottom:0px;}


h3.notification {
    border: 2px solid #000;
    padding: 5px;
    background-color: #1e2021;
    font-weight: 100;
    font-size: 18px;
}


#exception-notification {
    color: #AE0000;
    margin-top: 100px;
    text-align: center;
    padding-top: 10px;
    
    background: #c1c1c1; /* Old browsers */
    background: -moz-linear-gradient(top,  #c1c1c1 5%, #999999 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#c1c1c1), color-stop(100%,#999999)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c1c1c1 5%,#999999 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c1c1c1 5%,#999999 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c1c1c1 5%,#999999 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c1c1c1 5%,#999999 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}
#exception-notification div.wrap{
    /*width: 500px;*/
    margin-bottom: 10px;
    padding: 0px;
/*border: 0px solid red;*/
}
#exception-notification div.wrap h3{
    color: #AE0000;
    font-size: 20px;
    text-align: center;
}
#exception-notification div.wrap p.error{
    color: #AE0000;
    color: black;
    font-size: 16px;
    text-align: center;
}
#exception-notification div.big{
    height: 54px;
    /*padding-top: 10px;*/
}
#exception-notification div.wrap a.button{
    
    background: #3e3e3e; /* Old browsers */
    background: -moz-linear-gradient(top,  #3e3e3e 4%, #1e2021 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#3e3e3e), color-stop(100%,#1e2021)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3e3e3e 4%,#1e2021 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3e3e3e 4%,#1e2021 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3e3e3e 4%,#1e2021 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3e3e3e 4%,#1e2021 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#1e2021',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
    
    font-size: 14px;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: bold;
    color: #AE0000;

}
/*REDEEM POINTS*/
a.redeempoints {
    background: rgba(17,44,77,0.5);
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.70);;
    border: none;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 7px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 80px;
}

a.redeempoints:hover {
    background: rgba(17,44,77,0.5);
    border: none;
    color: #cacaca;
}
#usa_iframe,
#redeem_points_iframe{
    margin: 0 auto;
    width: 450px;
}





