body{
    background: black;
    color: white;
}
.error{
    color: #7F0005 !important;
}
#jatek_main_cont{
    width: 899px;
    height: 828px;
}
#szavazas_box{
    position: absolute;
    top: 215px;
    left: 55px;
    width: 270px;
}
#szabalyok_box{
    position: absolute;
    top: 225px;
    left: 635px;
    width: 255px;
    padding-right: 5px;
    height: 586px;
    text-align: justify;
    overflow-y: scroll;
}
#szabalyok_box a{
    color: white;
    font-weight: bold;
}
#szabalyok_box li{
    margin-left: 15px;
}
.szavazas_btn{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background: #360037;
    border: solid 1px #4F4F4F;
    outline: solid 1px white;
    margin: 20px auto;
    cursor: pointer;
}
.szavazas_btn:hover{
    text-decoration: none;
}
#formtable{
    width: 200px;
    margin: 0 auto;
}
.ft_td_1{
    width: 45px;
    height: 22px;
}
#name_input,#email_input{
    width: 145px;
}
#tel2{width: 25px;}
#tel3{width: 30px;}
#vote_input{width: 80px;}
#error_div{
    background: white;
    line-height: 22px;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
}
.inputerror{
    border: solid 1px red;
}
#final_box{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
