fieldset {
    border: 1px solid grey; /* Параметры границы */
    margin: 5px;
    padding: 10px;
    border-radius: 5px;

}
legend {
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 0 8px rgba(0,0,0,0.5); /* Параметры тени */
    width: auto;
    position: relative;
    top: 10px;
    background-color: #fff;
    border-radius: 6px;
    padding: 5px;
}

#yandexOrtext span.boold {
    color: #c51b17;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}
#yandexOrtext .left {
    float: left;
}
#yandexOrtext .right {
    padding-right: 100px;
    float: right;
}
#yandexOrtext .right span {
    padding-bottom: 10px;
    color: #c51b17;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.buy-message-block-admin {
    font-weight: 700;
}
.buy-message-block-admin p {
    font-size: 15px;
}
.buy-message-block-admin span,.buy-message-block-admin a {
    color: #c51b17;
}

fieldset {
    position: relative;
}

.admin-link-block.top-left {
    position: absolute;
    right: 10px;
    top: -40px;

}
.setting_message_result {
    color: #c51b17;
}