.gamealert {
    font-family: 'Bitter';
    position: absolute;
    width: 60%;
    height: 60%;
    background: #FFF;
    opacity: 0.99;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #A7ACA5;
    padding: 40px;
} 
.gamealert .headline{
    color: #7d003e;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 40px;
}
.gamealert .message{
    width: 100%;
    font-family: 'bundessans_bold';
}
.gamealert .continuebutton{
    background: url("../../spielekiste/img/weiter_gamealerts.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: 100%;
}

.gamealert .buttontext{
    bottom: 18px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 28px;
}
.gamealert .buttontext span{
    font-size: 24px;
    margin-right: 13px;
    position: relative;
    top: -19px;
    color: #7d003e;
    font-weight: bold;
}
.gamealert .closebtn{
    background: url('../../spielekiste/img/overlay_closebtn.png') no-repeat;
    height: 55px;
    width: 55px;
    right: -25px;
    top: -25px;
    background-size: 100%;
} 