    .cls_lightbox_div{
            text-align: center;
            padding-top: 5px;
    }
    .cls_lightbox_button {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 10px;
        width: 160px;
        border: 1px solid #2e6da4;
        border-radius: 8px;
        background: #337ab7;
        background: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#337ab7));
        background: -moz-linear-gradient(top, #337ab7, #337ab7);
        background: linear-gradient(to bottom, #337ab7, #337ab7);
        font: normal normal normal 14px arial;
        color: #fff;
        text-decoration: none;
    }

        .cls_lightbox_button:hover,
        .cls_lightbox_button:focus {
            border: 1px solid #204d74;
            background: #ffffff;
            background: -webkit-gradient(linear, left top, left bottom, from(#286090), to(#286090));
            background: -moz-linear-gradient(top, #286090, #286090);
            background: linear-gradient(to bottom, #286090, #286090);
            color: #fff;
            text-decoration: none;
        }

    .cls_lightbox_button2 {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 6px 12px;
        border: 1px solid #2e6da4;
        border-radius: 4px;
        background: #337ab7;
        background: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#337ab7));
        background: -moz-linear-gradient(top, #337ab7, #337ab7);
        background: linear-gradient(to bottom, #337ab7, #337ab7);
        font: normal normal normal 14px arial;
        color: #fff;
        text-decoration: none;
    }

        .cls_lightbox_button2:hover,
        .cls_lightbox_button2:focus {
            border: 1px solid #204d74;
            background: #ffffff;
            background: -webkit-gradient(linear, left top, left bottom, from(#286090), to(#286090));
            background: -moz-linear-gradient(top, #286090, #286090);
            background: linear-gradient(to bottom, #286090, #286090);
            color: #fff;
            text-decoration: none;
        }