html, body{

    background-color:transparent !important;
    padding: 0;
    margin: 0;

    font-family: "Pacifico", Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-style: italic;
    color: #f1f1f1;
    height:100%;
    box-sizing: border-box;
}

html {

    background-color: #160f17;

}

body{

    overflow:hidden;

}

#flashContent { width:100%; height:100%;
    position: absolute;
    z-index: 0;
}
#flashContent object {

    position: absolute;
    z-index: 0;

}


a {
    outline: none;
}

a, a:hover, a:active, a:link {
    cursor: pointer;
    outline: none;
    font-size: 12px;
    color: #ffffff;
}

a img{
    border: none;
    outline: none;
}

/* //////// */


.content{
    width: 963px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.reg_form{
    position: absolute;
    z-index: 1000;
    top: 405px;
    left: 84px;
    width: 200px;
    color: #F9F3F0;
    text-shadow: 2px 2px black;
}

.reg_form input {
    display: inline-block;
    height: 36px;
    width: 100%;
    background: transparent;
    border: none;
    text-align: right;
    padding: 2px 10px 0 6px;
    box-sizing: border-box;
    color: #000000;
    font-size: 18px;
    /* text-shadow: 2px 2px black; */
}

.reg_form input:focus {
    outline: none;
}

.reg_form input[type="checkbox"] {
    height: 15px;
    width: auto;
    float:left;
    margin-top:2px;
}

.form-group {
    padding-bottom: 14px;
}

.form-group label {
    position: relative;
}

.form-group.password-block {
    padding-bottom: 28px;
}

.label-title {
    display:none;
}

.form-error-message {
    position: absolute;
    width: 196px;
    background-color: rgba(0,0,0,0.6);
    padding-left: 10px;
    box-sizing: border-box;
    height: 43px;
    border-radius: 10%;
    left: 2px;
    top: -14px;
}

.license-agreement-wrapper {
    background: rgba(0,0,0,0.3);
    padding:2px;
    margin-left:8px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

.license-agreement-wrapper span {
    padding-left: 3px;
}

.play-buttons {
    padding:0;
    position: relative;
}

#play_vk_button {
    width: 28px;
    display: inline-block;
    height: 29px;
    position: absolute;
    left: 68px;
    top: -251px;
    margin-left: 0 !important;
}

#play_vk_button img{
    
    display: none;
}

#play_ok_button {

    display: block !important;
    width: 29px;
    display: inline-block;
    height: 29px;
    position: absolute;
    left: 104px;
    top: -252px;
}

#play_ok_button img {
    display:none;
}

#play_button {

    width: 183px;
    height: 63px;
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    opacity: 0;
    cursor: pointer;
}


.copyright {
    position: fixed;
    bottom:10px;
    left: 0;
    right: 0;
    z-index: 10;
}

.copyright-inner-wrapper {
    width: 700px;
    margin: 0 auto;
}

.copyright p {
    padding-top: 15px;
    float:left;
}

.copyright img {
    margin-left: 15px;
}

