html, body{

    background-color:transparent !important;
    padding: 0;
    margin: 0;

    font-family: "Pacifico", Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-style: italic;
    color: #f1f1f1;
    height:100%;
}

html {

    background-color: #160f17;

}

body{

    overflow:hidden;

}

#flashContent {

    width:100%;
    height:100%;
    position: absolute;
    z-index: 0;

}

#flashContent object {




}

.form-group label{
    font-size: 19px;
}

.form-group{
    font-size: 14px;
}

a {
    outline: none;
}

a, a:hover, a:active, a:link {
    cursor: pointer;
    outline: none;
    font-size: 14px;
    color: #d96254;
}

a img{
    border: none;
    outline: none;
}

#play_vk_button {
    float:left;
    margin-left: 0 !important;

}
#play_vk_button img {
    width:50px
}

#play_ok_button img {
    width:47px;
    margin-left: 10px; 
    float:left;
    border-radius: 18%;
}

#play_ok_button {
    display: block !important;
}

.label-title {
    display: inline-block !important;
    font-size: 18px;
    color: white;
}

input::-moz-placeholder{
    color:transparent;
}

input::-webkit-input-placeholder {
   color: transparent;
}

input {
    text-align: right;
}


.content{


width: 1000px;
margin: 0 auto;
/*border: 2px #00CC00 solid;*/
z-index: 10;

}

.copyright {

    text-align:center;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 10px;
    bottom: 0;
    position: absolute;
	z-index: 999;
    font-family: arial, verdana, helvetica, sans-serif;
    font-style: normal;
    z-index: 10;


}

.reg_form{

    background-image: url(/images/landings/firedragon/small_flag.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 338px;
    height: 590px;
    float: right;
    padding-top: 60px;
    padding-left: 60px;
    margin-right: 650px;
	
	margin-left: -50px;
	
	position: absolute;
	z-index: 1000;
	

}
textarea:focus, input:focus{
    outline: 0;
}

input.field {

    font-family: "Pacifico", Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-style: italic;
    color: #111;

    width: 258px;
    height: 52px;
    
    background-image: url("/images/landings/darkland/field.png");
    background-repeat: no-repeat;
    background-position: top center;
    border: 0;
    display: block;
    background-color:transparent;
    -webkit-appearance:     none;
    -moz-appearance:        none;
    -ms-appearance:         none;
    -o-appearance:          none;
    appearance:             none;

    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;


}

label {
    margin-left: 10px;
}

label span{
    font-size: 14px;
    color: #d96254;
}

label span p {
    display: inline;
}

.reg_btn{
    display: block;
    font-family: "Pacifico", Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-style: italic;
    color: #111;

    width: 162px;
    height: 50px;

    background-image: url("/images/landings/darkland/plat_btn.png");
    background-repeat: no-repeat;
    background-position: top center;
    border: 0;

    background-color:transparent;
    -webkit-appearance:     none;
    -moz-appearance:        none;
    -ms-appearance:         none;
    -o-appearance:          none;
    appearance:             none;


    overflow: hidden;
    cursor: pointer;

    float: left;
    margin-right: 10px;
}



