﻿.BoxBorder {
    width: 100%;
    border: 15px solid transparent;
    background-image: linear-gradient(to bottom, #FBFBFB, #F0F1F3),
                      linear-gradient(to left, #FBFBFB, #F0F1F3),
                      linear-gradient(to top, #FBFBFB, #F0F1F3),
                      linear-gradient(to right, #FBFBFB, #F0F1F3);
    background-origin: border-box;
    background-size: 100% 15px, 15px 100%, 100% 15px, 15px 100%;
    background-position: top left, top right, bottom right, bottom left;
    background-repeat: no-repeat;
    border-radius: 35px 35px 35px 35px;
    background-color: #FFFFFF;
}

.BoxBorder .BoxTitle {
    color: #00AF41;
    font-family: "Regular TQ", Regular;
    font-size: 22px;
    font-weight: bold;
    margin-top: 34px;
    margin-left: 37px;
    margin-right: 37px;
}

.BoxBorder .BoxSubTitle {
    color: #979797;
    font-family: "Regular TQ", Regular;
    font-size: 16px;
    font-weight: bold;
    margin-left: 37px;
    margin-right: 37px;
    margin-top: 6px;
}

.BoxBorder .BoxData {
    margin-top: 22px;
    margin-left: 37px;
    margin-right: 37px;
    margin-bottom: 37px;
}

.BoxBorder .BoxRightAction{
    margin-top: 34px;
    margin-right: 37px;
    text-align: right;
}