﻿.co_outer {
    margin: 15px 5px;
    overflow: visible;
    position: absolute;
    text-align: left;
    z-index: 2147483647;
    font-family: verdana;
    font-size: 12px;
    cursor: default;
    background-color: #ffffff;
    border: 3px solid #006272;
    hasLayout: -1;
    font-weight: normal;
    border-radius: 5px;
}

/*.co_outer::before {
        content: "";
        width: 0; 
        height:0; 
        top: -15px;
        left: 5px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #0097A9;
        display: block;
        position: absolute;
        z-index: 1;
}
.co_outer::after {
    content: "";
    width: 0;
    height: 0;
    top: -10.5px;
    left: 5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ffffff;
    display: block;
    position: absolute;
    z-index: 2;
}*/

.co_inner {
    padding: 0 10px 0 0;
    position: relative;
}

.co_content {
    overflow: hidden;
    padding: 14px 12px 9px 8px;
}


.co_t {
    background-position: left top;
    height: 100%;
    left: 0;
    margin-left: -10px;
    position: absolute;
    top: 0;
    width: 10px;
}

.co_b {
    display: none;
}

    .co_b, .co_b div {
        font-size: 1px;
        height: 10px;
    }

        .co_b div {
            background-position: left bottom;
            margin-left: -10px;
            position: relative;
            width: 10px;
        }


.co_close {
    cursor: pointer;
    display: block;
    height: 15px;
    width: 15px;
    border: 1px solid #d3d5de;
    border-radius: 3px;
    margin: -7px -7px 0 0;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 18px;
    top: 14px;
    color: #63666A;
    line-height: 14px;
    color: #006272;
}

.co_close:hover {
    text-decoration: none;
    background-color: #e2e2e2;
}

.co_outer .co_pnt_lg_t {
    display: none;
}

#pif_cc2_pnt {
    display: block;
}

.co_outer .co_pnt_lg_t:before {
        content: "";
        width: 0; 
        height:0; 
        top: -15px;
        left: 5px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #006272;
        display: block;
        position: absolute;
        z-index: 1;
}
.co_outer .co_pnt_lg_t:after {
    content: "";
    width: 0;
    height: 0;
    top: -10.5px;
    left: 5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ffffff;
    display: block;
    position: absolute;
    z-index: 2;
}


.co_outer .co_pnt_lg_tr {
    background-position: 0 -39px;
    width: 30px;
    height: 20px;
    top: -16px;
}

.co_outer .co_pnt_lg_r {
    background-position: 0 0;
    width: 25px;
    height: 30px;
    right: -17px;
    top: 10px;
}


.co_outer .co_pnt_lg_b:before{
    content: "";
    width: 0;
    height: 0;
    bottom: -15px;
    right: 5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #006272;
    display: block;
    position: absolute;
    z-index: 1;
}

.co_outer .co_pnt_lg_b:after{
    content: "";
    width: 0;
    height: 0;
    bottom: -10.5px;
    right: 5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #ffffff;
    display: block;
    position: absolute;
    z-index: 2;
}

.co_outer .co_pnt_lg_l {
    width: 20px;
    height: 30px;
    left: -26px;
    top: 10px;
}

.co_pnt .co_pnt_lg_t:before {
        content: "";
        width: 0; 
        height:0; 
        top: -15px;
        left: 5px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #006272;
        display: block;
        position: absolute;
        z-index: 1;
}
.co_pnt  .co_pnt_lg_t:after {
    content: "";
    width: 0;
    height: 0;
    top: -10.5px;
    left: 5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ffffff;
    display: block;
    position: absolute;
    z-index: 2;
}

.co_nb {
    padding: 10px 10px 5px 0;
    text-align: right;
}

    .co_nb a {
        text-decoration: none;
    }

        .co_nb a:hover {
            text-decoration: underline;
        }
