.tag-error{
    display: none;
    color:#FF0047;
}
.suc-message,.succ-msg {
    background: #008000;
    color: #fff;
    line-height: 32px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}
.err-msg {
    background: #FF0000;
    color: #fff;
    line-height: 32px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}
.perpricetag,.extratag {
    margin-left: 5px;
    font-size:15px;
}


/*new*/
#affliated_member thead {
    cursor: pointer;
    background: #c9dff0;
}
#affliated_member thead tr th.headerSortUp span {
    background-image: url('../img/up-arrow.png');
}
#affliated_member thead tr th.headerSortDown span {
    background-image: url('../img/down-arrow.png');
}
#affliated_member thead tr th { 
    font-weight: bold;
    padding: 12px 30px;
    padding-left: 42px;
}
#affliated_member thead tr th span { 
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.c_msg{
    float: right;
    padding-right: 43px;
    font-size: 20px;
    cursor: pointer;
}