.question_body{
    font-family: Lucida Sans Unicode;
    font-size: 12pt;
    color: #696969;
}

.question_nothing{
    font-family: Lucida Sans Unicode;
    font-size: 12pt;
    font-weight: bold;
    color: #6495ed;
    text-decoration: underline;
}

.resultYES{
    font-family: Lucida Sans Unicode;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #6495ed;
}

.resultNO{
    font-family: Lucida Sans Unicode;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #6495ed;
}

.result_price{
    font-family: Lucida Sans Unicode;
    font-size: 18px;
    color: #696969;
    font-weight: bold;
    float:center;
}

.result_obratka{
    font-family: Lucida Sans Unicode;
    font-size: 14px;
    color: #696969;
    font-weight: bold;
    float:center;
}

.social_popup{
    display:none;
    position:absolute;
    z-index:120;
    border:0px solid;
    border-radius:4px;
    background: #FFFFFF;
    width:570px;
    height:100px;
}

.soc_rec{
    font-family: Lucida Sans Unicode;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #6495ed;
}

.soc_rec2{
    font-family: Lucida Sans Unicode;
    font-size: 14px;
    font-style: italic;
    color: #696969;
}

.obratka{
    font-family: Lucida Sans Unicode;
    font-size: 14px;
    font-style: italic;
    color: #696969;
}


.close-btn{
    float:right;
    font-family: Lucida Sans Unicode;
    font-size:14px;
    font-weight: bold;
    font-style: italic;
    color: #696969;
    cursor: pointer;
}

.new_overlay {
    width:95%;
    height:80%;
    position:absolute;
    background: white;
    opacity: 0.95;
    display: none;
}
#submit-btn{
    background: url('/public/images/showbtn.png') #6495ed no-repeat center center;
    width:200px;
    height:40px;
    margin:50px auto;
    display:block;
}
.form_header{
    /*background: #6495ed;*/
    color:white;
}

label {
    width: 128px;
    display: block;
    float: left;
}

input[type='text'] {
    width:400px;
}