@font-face {
    font-family: 'true_boldregular';
    src: url('../css/font/tbold-webfont.eot');
    src: url('../css/font/tbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/font/tbold-webfont.woff') format('woff'),
         url('../css/font/tbold-webfont.ttf') format('truetype'),
         url('../css/font/tbold-webfont.svg#true_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.wrapper {
    width: 100%;
    height: 600px;
    display: block;
}

.background {
    background: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 600px;
	position: absolute;
	z-index: -1;
    display: block;
    
}

body {
    margin: 0;
    padding: 0;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#bg_header {
    background-image: url(../img/bg_header.png);
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 1;
    vertical-align: top;
    text-align: center;
    color: #fff;
    font-family: 'true_boldregular';
    font-weight: bold;
    font-size: 24px;
    line-height: 1.7;
    display: block;
}

.bg_login {
    background-image: url(../img/bg_login.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 120px;
    position: relative;
    display: block;
}

.box_content_header {
    width: 239px;
    margin: 0 auto;
    position: relative;
    top: -1.6em;
}

#img_icon_game {
    background-image: url(../img/icon_game.png);
    width: 79px;
    height: 79px;
    display: inline-block;
    position: relative;
    top: 2.2em;
}

#pay {
    background-image: url(../img/btn_bant.png);
    width: 150px;
    height: 41px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: -1.2em;
    
    color: #fff;
    text-align: center;
    line-height: 2.1;
}
#pay:active {
    background: url(../img/btn_bant.png) 1px 1px no-repeat;
}

#purchase_history {
    background-image: url(../img/btn_bant.png);
    width: 150px;
    height: 41px;
    position: relative;
    cursor: pointer;
    left: 5.2em;
    top: -1.4em;
    
    color: #fff;
    text-align: center;
    line-height: 2.5;
}
#purchase_history:active {
    background: url(../img/btn_bant.png) 1px 1px no-repeat;
}

.description {
    font-family: 'true_boldregular';
    font-weight: bold;
    font-size: 24px;
    line-height: 1.7;
    display: block;
    
    width: 90px;
    margin: 0 auto;
}

.line {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

    
    width: 92%;
    height: 1px;
    margin: 0 auto;
    display: block;
}

.content_box {
    width: 90%;
    height: 40%;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 1em;
}

.your_cd_key {
    font-family: 'true_boldregular';
    font-weight: bold;
    font-size: 24px;
    line-height: 1.7;
    display: block;
     text-align: center;
    width: 150px;
    margin: 0 auto;
}

#cd_key_box {
    width: 90%;
    height: 45px;
    background-color: #2892c9;
    margin: 0 auto;
    position: relative;
    margin-top: 1em;
    border-radius: 10px;
     text-align: center;
}







form {
    position: relative;
    top: 0.5em;
    margin: 0 auto;
}

.box_how_to {
    width: 90%;
    height: 50%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
}

#btn_back {
    background-image: url(../img/btn_back.png);
    width: 99px;
    height: 37px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 2.1;
    position: relative;
    cursor: pointer;
}
#btn_back:active {
    background: url(../img/btn_back.png) 1px 1px no-repeat;
}

#text_in_box {
    width: 80%;
    height: 250px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: 1em;
    
}

#txtsearch {
    background-color: #fff;
	border: none;
	width: 225px;
    height: 31px;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    text-align: center;
}

#txtsearch_box {
    margin: 0 auto;
    width: 300px;
    position: relative;
    top: 0.4em;
}
