﻿#modal_detail #btn_close {
    bottom: auto;
    top: 9px;
    background: #901;
    padding: 9px 16px;
    width: 12px;
    z-index: 999;
}
#modal_detail img.logo {
	height: auto;
    width: 81px;
	margin: 7px 0 21px -40.5px;
    left: 50%;
    position: absolute;
    top: 81px;
        z-index: 999;
}
#modal_detail span.logo_txt {
    top: 0;
    font-size: 27px;
    width: auto;
    margin: 0 12px;
    background: rgba(33,32,32, 0);
    color: rgba(0,0,0,.81);
}
/*#box_login span.logo_sub { font-family: neuropolnova; }*/
#modal_detail > div {
    /*rgba(255,204,0,.9);*/
    background: rgba(255,255,255, .97);
    padding-top: 120px;
    padding-bottom: 210px;
    /*height: 120px;*/
    height: 100%;
    position: relative;
}

#modal_detail span.logo_txt {
    top: 0;
    font-size: 27px;
    width: auto;
    margin: 0 12px;
    background: rgba(33,32,32, 0);
    color: rgba(0,0,0,.81);
    font-family: spaceage;
    position: absolute;
    left: 0;
    height: 50px;
    padding-bottom: 7px;
}

#modal_detail .btn_wide.play {
    background-position: 9px 4.3px;
    background-size: 27px;
    padding: 6.1px 16px 9px 12px;
}
#modal_detail .btn_wide.signup {
    background: url(../img/b/draw.png) no-repeat;
    background-size: 34px;
    background-position: 6.3px 2.1px;
    padding: 6.1px 16px 9px 12px;
}