.image_presence_block {
    display: inline-block;
}

.image_choose_block_main {
    padding: 10px;
    border-style: dotted;
    border-width: 1px;
    border-color: #c5c5c5;
    border-radius: 5px;
    margin-top: 5px;
}

.file_choose_btn {
    margin-left: 0px;
}

.image_current {
    border-radius: 5px;
}

.loaded_photo_row .image_current {
    max-width: 70px;
}

.image_choose_field_block{
    margin-bottom: 10px;
}

#img_resize_block{
    position: relative;
}

#img_to_resize{
    width: 100%;
}

#img_to_resize_tip {
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    color: #f63e3e;
    text-align: left;
}

.document_load_block{
    margin-top: 20px;
}

.imgareaselect-handle {
    width: 35px !important;
    height: 35px !important;
    border-width: 3px !important;
    background-color: greenyellow !important;
}

#photos_moderated_comment {
    font-weight: bold;
    color: #f63e3e;
}

#loaded_photos_moderated_block{
    margin-top: 20px;
}

#loaded_photos_moderated {
    margin-top: 15px;
}

.loaded_photo_row{
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.loaded_photo_row:last-child{
    margin-right: 0px;
}