@font-face { font-family: new_f; src: url('../font/Andika-R.ttf'); }

body {
    font-family: new_f;
}
#content {
    position: relative;
    width: 500px;
    height: 430px;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #000;
}

.clear {
    clear: both;    
}

.item_count {
    float: left;    
    width: 100px;
    height: 100px;
}

.img_1 {
    background: url("images/1.gif") top center no-repeat;
}

.img_2 {
    background: url("images/2.gif") top center no-repeat;
}

.img_3 {
    background: url("images/3.gif") top center no-repeat;
}

.img_4 {
    background: url("images/4.gif") top center no-repeat;
}

.img_5 {
    background: url("images/5.gif") top center no-repeat;
}

.img_6 {
    background: url("images/6.gif") top center no-repeat;
}

.img_7 {
    background: url("images/7.gif") top center no-repeat;
}

.img_8 {
    background: url("images/8.gif") top center no-repeat;
}

.img_9 {
    background: url("images/9.gif") top center no-repeat;
}

.img_10 {
    background: url("images/10.gif") top center no-repeat;
}

.img_11 {
    background: url("images/11.gif") top center no-repeat;
}

.img_11 {
    background: url("images/12.gif") top center no-repeat;
}

#error {
    position: absolute;
    top: 205px;
    left: 15px;
    width: 460px;
    min-height: 40px;
    padding: 10px;
    color: #000;
    display: none;
    text-align: center;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #000;
    z-index: 100;
}

#shadow {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    background: url('http://purvite7.bg/images/opacity.png');
    z-index: 99;
}

#error #timer {
    padding: 10px 0px 0px 0px;
}


#error #timer #sec, .color {
    color: #ff0000;
}

.c_answer {
    font-size: 26px;
    color: #ff0000;
    padding: 10px 0px 0px 0px;
}

#item_question {
    padding: 10px 0px 10px 80px;
}

.question {
    padding: 0px;
    margin: 0px;
}

.input_box {
    float: left;    
}

#ok {
    float: left;
    margin: 0px 0px 0px 220px;
    padding: 3px 10px 3px 10px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #999;
    cursor: pointer;
}

#new_game {
    padding: 3px 10px 3px 10px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #999;
    cursor: pointer;
}

#ok:hover, #new_game:hover {
    border-color: #000;
}

input[type=text] {
    width: 200px;
    padding: 5px;
    margin: 0px 5px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #999;    
}

input[type=radio] {
    cursor: pointer;
} 

#game_title {
    text-align: center;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #999;
}

#question_box {
    display: none;
}

#r_left, #r_right {
    float: left;
    width: 200px;
}

#r_left {
    padding: 0px 0px 0px 80px;
}

#actions {
    padding: 15px 0px 0px 0px;
}

.q_title h3 {
    float: left;
}

.pics {
    float: left;
    padding: 4px 0px 0px 50px;
}

.left {
    float: left;    
}

.check {
    padding: 11px 5px 0px 0px;    
}

.q_title {
    padding: 5px 0px 0px 0px;    
}
