#callback{
	padding: 5px;
}

#callback_block>.form-group{
	position: relative;
}


#callback .err{
    display: none;
    margin-top: -2px;
    padding: 5px;
    position: absolute;
    z-index: 20;
}
#callback .err>em{
    background-image: url("/cart/pr_fone/st_red_top.gif");
    width: 13px;
    height: 7px;
    display: block;
    position: absolute;
    margin-top: -12px;
}
#callback img{
    max-width: 100%!important;
}
@media(max-width:992px){
    #callback img{
        margin-top: 20px;
    }   
}

#load_callback {
    position: absolute;
    background-color: #FFF;
    width: 98%;
    height: 224px;
    text-align: center;
    background-image: url("/img/load_s.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    display: none;
}


