
.redirect_hint_container {
    width: 700px;
    margin: 0 auto;

}
.redirect_hint_text {
    padding: 10px 5px 5px 5px;
    margin: 50px;
    position: relative;
    z-index: 90;

    background: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#fff));
    background-image: -moz-linear-gradient(top,#F1F1F1,#fff);
    color: #fff;
    font-size: 90%;
    height:185px;

    box-shadow: 0 0 30px rgba(0,0,0,0.32);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.32);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.32);
    -o-box-shadow: 0 0 30px rgba(0,0,0,0.32);
    border: 2px solid rgba(22, 22, 22, 0.41)
}
.redirect_hint_text h3 {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 10px 5px;
    margin: 0;
    left: -5px;
    z-index: 100;
    background: #84B1EF;
    background: -moz-linear-gradient(left,  rgba(213,223,237,0.87) 0%, rgba(132,177,239,0.87) 50%, rgba(132,177,239,0.87) 60%, rgba(215,225,237,0.87) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(213,223,237,0.87)), color-stop(50%,rgba(132,177,239,0.87)), color-stop(60%,rgba(132,177,239,0.87)), color-stop(100%,rgba(215,225,237,0.87))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(213,223,237,0.87) 0%,rgba(132,177,239,0.87) 50%,rgba(132,177,239,0.87) 60%,rgba(215,225,237,0.87) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(213,223,237,0.87) 0%,rgba(132,177,239,0.87) 50%,rgba(132,177,239,0.87) 60%,rgba(215,225,237,0.87) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(213,223,237,0.87) 0%,rgba(132,177,239,0.87) 50%,rgba(132,177,239,0.87) 60%,rgba(215,225,237,0.87) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(213,223,237,0.87) 0%,rgba(132,177,239,0.87) 50%,rgba(132,177,239,0.87) 60%,rgba(215,225,237,0.87) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded5dfed', endColorstr='#ded7e1ed',GradientType=1 ); /* IE6-9 */
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.redirect_hint_text > img {
    position: absolute;
    z-index: -5;
    right: 0;
    bottom:0;
}

.redirect_btn:hover {
    text-decoration: none;
}
.redirect_btn {
    background: #84B1EF;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:14px;
    padding:9px 7px;
    text-decoration:none;
}

.redirect_hint_text p {
    font-size:14px;
    margin-left:10px;
    text-align: center;
}
a.redirect_btn {
    margin: 0px 10px;
}
#redirect_hint_wrapper {
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index:10;
    display:none;
    left:0;
}

.btn_wrapper {
    width: 100%;
    text-align: center;
    position: relative;
    top: 60px;
}

.btn_wrapper_inner {
    display: inline-block;
}
