html, body {
    height: 100%;
    width: 100%;
    font: 1.2em arial, sans-serif;
    line-height: 2em;
}

#payment_finished, #no_flash {
    /* position: relative; top: 50% */
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;    
    height: 600px;
    width: 940px;
    background-color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.info_dialog {
    margin: 50px 50px 50px 50px;
    height: 493px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width:100%;
    height:1.5em;  
}
.copyright_bar {
    text-align: center;
}

footer .copyright {
    color: #f4b942;
    text-decoration: none;
}

footer .legal{
    display: inline;
    margin-right: 10px;
}

footer .legal a {
    text-decoration: none;
}

footer .legal.first{
    margin-left: 100px;
}

/*
.playnow {
    display: none;
    width: 200px;
    height: 40px;
    font: 25px arial, sans-serif;
    color: #ffffff;
    padding-top: 15px;
    text-align: center;    
    text-decoration:none;
    margin: 30px auto;
    border: 1px solid #000000;
    background-color: #c0c0c0;
}
*/

.installnow {
    display: block;
    width: 150px;
    height: 40px;
    margin: auto;
    margin: 30px auto;
    background: url('../img/getadobeflashplayer_icon.png') no-repeat;
    text-decoration: none;
}

#allow_flash_arrow div {
    display: block;
    width: 105px;
    height: 100px;
    background: url('../img/arrow.png') no-repeat;
}

.bounce {
  position:fixed;
  left:80px;
  top:0px;
  height:50px;
  width:60px;
  margin-top: 0px;
  margin-left: 540px;
  -webkit-animation:bounce 1s infinite;
}

@-webkit-keyframes bounce {
  0%       { left:5px; }
  25%, 75% { left:15px; }
  50%      { left:20px; }
  100%     { left:0;}
}
.storebadge {
    margin-right: 20px;
    margin-top: 15px;
}

.legal_popup {
    position: absolute;
    width: 300px;
    height: 400px;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -150px;
    background: #ffffff;
    display: block;
}

.legal_popup .close_button {
    position: absolute;
    left: 50%;
    display: block;
    text-align: center;
    width: 40px;
    bottom: 10px;
    margin-left: -20px;
    border: 1px solid #000000;
    background-color: #c0c0c0;
    text-decoration: none;
}

.legal_popup iframe {
    width: 100%;
    min-height: 350px;
}
