.zong-popup-background {
    width:100%;
    height:100%;
    position:fixed;
    background:rgba(0,0,0,0.4);
    top:0;
    left:0;
    z-index:9999;
    display: none;
    box-shadow:none!important
}
.zong-popup-content {
    width:725px;
    height:350px;
    z-index:9999;
    background:white;
    box-shadow:black 0 0 10px;
    position:fixed;
    margin:0 auto;
    top:150px;
    left:0;
    right:0
}
#zong-iframe .zong-popup-iframe {
    max-width: 490px;
    float: left;
}
#zong-iframe #zong-loader {
    text-align:center;
    padding-bottom:10px;
    margin: 125px 10px 10px 10px;
    font-size:19px;
    font-weight:bold;
    width: 490px;
    float: left;
}
#zong-iframe #zong-loader .spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
#zong-iframe #zong-loader .spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    border-radius: 0;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
#zong-iframe #zong-loader .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
#zong-iframe #zong-loader .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
#zong-iframe #zong-loader .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
#zong-iframe #zong-loader .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

#zong-iframe iframe {
    overflow:hidden
}
#zong-iframe span.close {
    height:34px;
    width:34px;
    background-image:url('../images/zong-close.png');
    position:absolute;
    top:11px;
    right:11px;
    display:block;
    color:blue;
    text-decoration:underline;
    cursor:pointer;
    z-index: 1;
}
#pbp {
    margin-bottom:10px;
    text-align: right;
}
#pbp form input {
    padding:5px
}
#pbp form input#pt_num1 {
    width:30px
}
#pbp form input#pt_num2 {
    width:80px
}
#pbp form input#pt_num1 {
    height:35px;
    border:1px solid #CACACA;
    width:36px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    margin-right:5px
}
#pbp form input#pt_num2 {
    height:35px;
    background:#eaeaea;
    background:-moz-linear-gradient(top,#eaeaea 0%,#ffffff 11%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaeaea),color-stop(11%,#ffffff));
    background:-webkit-linear-gradient(top,#eaeaea 0%,#ffffff 11%);
    background:-o-linear-gradient(top,#eaeaea 0%,#ffffff 11%);
    background:-ms-linear-gradient(top,#eaeaea 0%,#ffffff 11%);
    background:linear-gradient(to bottom,#eaeaea 0%,#ffffff 11%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea',endColorstr='#ffffff',GradientType=0);
    border:1px solid #d8d8d8;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    display:inline-block;
    width:80px
}
#pt_send {
    border:1px solid #8ad407;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    font-weight:bold;
    color:#fff;
    width:80px;
    height:35px;
    font:left;
    margin-top: 10px;
    cursor:pointer;
    background:rgb(124,197,0);
    background:-moz-linear-gradient(top,rgba(124,197,0,1) 0%,rgba(89,167,0,1) 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(124,197,0,1)),color-stop(100%,rgba(89,167,0,1)));
    background:-webkit-linear-gradient(top,rgba(124,197,0,1) 0%,rgba(89,167,0,1) 100%);
    background:-o-linear-gradient(top,rgba(124,197,0,1) 0%,rgba(89,167,0,1) 100%);
    background:-ms-linear-gradient(top,rgba(124,197,0,1) 0%,rgba(89,167,0,1) 100%);
    background:linear-gradient(to bottom,rgba(124,197,0,1) 0%,rgba(89,167,0,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cc500',endColorstr='#59a700',GradientType=0);
    -webkit-box-shadow:0px 2px 2px rgba(50,50,50,0.22);
    -moz-box-shadow:0px 2px 2px rgba(50,50,50,0.22);
    box-shadow:0px 2px 2px rgba(50,50,50,0.22)
}
#pt_send:hover {
    background:rgb(94,151,0);
    background:-moz-linear-gradient(top,rgba(94,151,0,1) 0%,rgba(67,128,0,1) 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(94,151,0,1)),color-stop(100%,rgba(67,128,0,1)));
    background:-webkit-linear-gradient(top,rgba(94,151,0,1) 0%,rgba(67,128,0,1) 100%);
    background:-o-linear-gradient(top,rgba(94,151,0,1) 0%,rgba(67,128,0,1) 100%);
    background:-ms-linear-gradient(top,rgba(94,151,0,1) 0%,rgba(67,128,0,1) 100%);
    background:linear-gradient(to bottom,rgba(94,151,0,1) 0%,rgba(67,128,0,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e9700',endColorstr='#438000',GradientType=0)
}
#pbp-icon {
    float:right;
    height:26px;
    color: #306493;
    font-size: 22px;
    width:26px;
    margin-right:5px;
}
#pbp h2 {
    line-height:28px;
    display:inline-block;
    float:right;
    color:#306493;
}
#zong-iframe .tp-right {
    width:190px;
    height:298px;
    float:right;
    display:inline-block;
    background:#141516;
    background:-moz-linear-gradient(left,#141516 0%,#313336 6%);
    background:-webkit-gradient(linear,left top,right top,color-stop(0%,#141516),color-stop(4%,#313336));
    background:-webkit-linear-gradient(left,#141516 0%,#313336 4%);
    background:-o-linear-gradient(left,#141516 0%,#313336 4%);
    background:-ms-linear-gradient(left,#141516 0%,#313336 4%);
    background:linear-gradient(to right,#141516 0%,#313336 4%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#141516',endColorstr='#313336',GradientType=1);
    padding-top:55px;
    padding-left:12px;
    padding-right:12px;
}
.zong-panel-wrapper {
    margin:-15px;
    background:#EFEFEF;
    margin-bottom:10px;
    padding:20px
}
.zong-panel-wrapper h3 {
    color:#292c30;
    font-weight:bold;
    font-size:24px;
    position:relative;
    margin:4px 16px 11px 20px;
    padding:41px 0px 37px 16px;
    border-bottom:solid 1px #cfcfd0;
    font-family:arial,sans-serif
}
.zong-panel-wrapper .b-left {
    width:249px;
    float:left;
    z-index:10;
    position:relative;
    padding-left:19px
}
.zong-panel-wrapper .b-right {
    width:657px;
    float:right;
    z-index:11;
    position:relative;
    padding:15px;
    background:white
}
.zong-panel-wrapper .b-left li.active {
    background-color:#fff!important;
    color:#ff4804;
    font:normal bold 18px arial,sans-serif;
    width:213px;
    padding:20px 20px 20px 20px;
    box-shadow:0px 0px 20px -2px #CECECE;
    border-radius:5px 0px 0px 5px;
    position:relative;
    border-bottom:none!important
}
.zong-panel-wrapper .b-left li {
    border-bottom:1px #D3D3D3 solid;
    padding:20px 20px 20px 20px
}
.zong-panel-wrapper .b-left li a {
    color:#38687E;
    font:normal bold 18px arial,sans-serif;
    width:213px;
    position:relative
}
.zt-balance {
    position:absolute;
    right:17px;
    top:30px
}
.zt-balance1 {
    font-size:20px
}
.zt-balance1 strong {
    font-weight:bold;
    color:#ff4804
}
.zt-balance2 {
    font-size:15px;
    margin-top:4px;
    margin-left:39px
}
.zt-balance2 strong {
    font-weight:bold;
    color:#62822a
}
.zt-balance3 a {
    font-size:13px;
    color:#2c85df
}
.zt-balance3 {
    font-size:13px;
    margin-left:160px;
    color:#6c6c6c;
    margin-top:5px
}
.zong-table {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    padding:8px
}
.zong-table * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box
}
.zong-table>thead {
    background:#dbdbdb;
    background:-moz-linear-gradient(top,#dbdbdb 76%,#c9c9c9 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(76%,#dbdbdb),color-stop(100%,#c9c9c9));
    background:-webkit-linear-gradient(top,#dbdbdb 76%,#c9c9c9 100%);
    background:-o-linear-gradient(top,#dbdbdb 76%,#c9c9c9 100%);
    background:-ms-linear-gradient(top,#dbdbdb 76%,#c9c9c9 100%);
    background:linear-gradient(to bottom,#dbdbdb 76%,#c9c9c9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb',endColorstr='#c9c9c9',GradientType=0);
    border-bottom:1px solid #acacac;
    color:#353535;
    font-size:12px;
    font-weight:bold;
    height:40px
}
.zong-table>thead tr td {
    height:40px;
    vertical-align:middle
}
.zong-table>thead tr td,.zong-table>tbody tr td {
    padding-left:10px;
    padding-right:10px
}
.zong-table>tbody {
    border:1px solid #acacac
}
.zong-table>tbody>tr>td {
    padding-top:15px;
    padding-bottom:15px;
    font-size:16px;
    vertical-align:top
}
.zong-table>tbody>tr {
    border-bottom:1px solid #cfcfcf
}
.zong-table>tbody>tr.active {
    border-bottom:1px solid transparent
}
.zong-table>tbody>tr:last-child {
    border-bottom:none
}
.zong-table>tbody>tr>td:nth-child(1) {
    font-weight:bold;
    color:#353535
}
.zong-table>tbody>tr>td:nth-child(2) {
    font-weight:bold;
    color:#ff4804
}
.zong-table>tbody>tr>td:nth-child(3) {
    color:#353535;
    font-size:14px
}
.zong-table>tbody>tr>td:nth-child(4) {
    font-size:14px;
    color:#353535
}
.zt-collapse {
    width:100%;
    color:#12a1cc;
    font-size:12px;
    margin-top:20px;
    cursor:pointer;
    text-align:right
}
.zt-collapse:hover {
    text-decoration:underline
}
.zong-table2 thead {
    background-color:#dbdbdb;
    font-size:12px;
    color:#353535;
    font-weight:bold
}
.zong-table2 thead tr td {
    height:40px
}
.zong-table2 tbody tr td {
    font-size:12px;
    padding-top:12px;
    font-weight:lighter;
    padding-bottom:12px
}
.zong-table2 tbody tr:nth-child(odd) {
    background-color:#efefef
}
.zong-table2 tbody tr:nth-child(even) {
    background-color:#e7e7e7
}
.zong-table2 tfoot {
    font-size:16px;
    width:100%
}
.zong-table2 tfoot tr td {
    height:45px;
    font-weight:lighter
}
.zong-table2 tfoot .zt-status {
    position:absolute
}
.zong-table2 tfoot .zt-total1 {
    margin-left:235px;
    position:absolute
}
.zong-table2 tfoot .zt-total2 {
    margin-left:400px;
    position:absolute
}
.zong-table2 tfoot .zt-status strong {
    padding:8px;
    background-color:#88b027;
    color:#fff
}
.zong-table2 tfoot .zt-total1 strong {
    color:#ff4804
}
.zong-table2 tfoot .zt-total2 strong {
    color:#62822a
}
.zong-table>tbody>tr:nth-child(even)>td {
    padding-top:0!important
}
.zong-table>tbody>tr:nth-child(even) {
    display:none
}
.zt-status-done {
    display:inline-block;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    height:10px;
    margin-right:5px;
    width:10px;
    background-color:#54af0a
}
.zt-status-oczekuje {
    display:inline-block;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    height:10px;
    width:10px;
    margin-right:5px;
    border-radius:15px;
    background-color:#d88315
}
.zt-refunds tr td {
    padding-left:15px;
    padding-right:15px
}
.refund-modal {
    width:469px;
    padding:30px;
    margin:100px auto;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    background-color:#fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    color:#6b6b6b;
    font-size:14px;
    position:absolute;
    top:0px;
    z-index:999999999;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    margin-top:25px
}
.rm-head {
    display:inline-block;
    width:100%;
    margin-bottom:20px
}
.rm-head h1 {
    font-size:24px;
    color:#000000;
    display:inline-block;
    float:left
}
.rm-head .rm-close {
    display:inline-block;
    float:right
}
.rm-buttons li {
    float:left;
    margin-right:5px;
    cursor:pointer
}
.rm-buttons {
    display:inline-block
}
.rm-step1 {
    margin-top:25px
}
.rm-step2 {
    display:none;
    margin-top:25px
}
.rm-row {
    width:100%;
    display:inline-block
}
.rm-left-input {
    font-size:13px;
    color:#000000;
    display:inline-block;
    float:left;
    margin-top:12px;
    width:100px
}
.rm-row input {
    height:40px;
    width:130px;
    padding-left:15px;
    padding-right:15px;
    border:1px solid #b2b2b2;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.rm-row {
    margin-bottom:10px
}
.refund-modal button {
    padding:10px;
    margin-left:100px;
    cursor:pointer;
    font-size:15px;
    color:#fff;
    font-weight:bold;
    background:#2d88e0;
    background:-moz-linear-gradient(top,#2d88e0 1%,#236ad7 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#2d88e0),color-stop(100%,#236ad7));
    background:-webkit-linear-gradient(top,#2d88e0 1%,#236ad7 100%);
    background:-o-linear-gradient(top,#2d88e0 1%,#236ad7 100%);
    background:-ms-linear-gradient(top,#2d88e0 1%,#236ad7 100%);
    background:linear-gradient(to bottom,#2d88e0 1%,#236ad7 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d88e0',endColorstr='#236ad7',GradientType=0);
    border:none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.info-icon {
    width:15px;
    height:15px;
    background-image:url('../images/zong/info1.png');
    display:inline-block;
    position:relative
}
.ii-tootltip {
    left:-99px;
    display:none;
    font-size:13px;
    top:-47px;
    width:194px;
    padding:8px;
    color:#4c4c4c;
    background-color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    position:absolute;
    -webkit-box-shadow:0px 0px 5px rgba(50,50,50,0.24);
    -moz-box-shadow:0px 0px 5px rgba(50,50,50,0.24);
    box-shadow:0px 0px 5px rgba(50,50,50,0.24)
}
.info-icon:hover .ii-tootltip {
    display:block
}
.ii-arrow {
    left:100px;
    top:41px;
    width:0px;
    height:0px;
    position:absolute;
    border-style:solid;
    border-width:8px 5px 0 5px;
    border-color:#FFFFFF transparent transparent transparent
}
.cpc-overlay {
    width:100%;
    height:100%;
    position:absolute;
    background-color:rgba(0,0,0,0.8)
}
.create-promo-code {
    margin:200px auto;
    width:451px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color:#fff;
    -ms-box-sizing:border-box;
    padding:20px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    box-sizing:border-box;
    height:250px;
    position:absolute;
    top:0px;
    z-index:999999999;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    margin-top:25px
}
.create-promo-code * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    font-family:"Arial"
}
.cpc-row {
    display:inline-block;
    width:100%;
    position:relative
}
.cpc-row h2 {
    float:left;
    font-size:26px;
    font-weight:bold;
    color:#000;
    display:inline-block
}
.cpc-row .cpc-close {
    display:inline-block;
    float:right
}
.cpc-head {
    margin-bottom:20px
}
.cpc-info {
    font-size:14px
}
.cpc-continue {
    padding:10px 15px 10px 15px;
    color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:none;
    font-weight:bold;
    background:#2b88e7;
    background:-moz-linear-gradient(top,#2b88e7 0%,#1d65de 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2b88e7),color-stop(100%,#1d65de));
    background:-webkit-linear-gradient(top,#2b88e7 0%,#1d65de 100%);
    background:-o-linear-gradient(top,#2b88e7 0%,#1d65de 100%);
    background:-ms-linear-gradient(top,#2b88e7 0%,#1d65de 100%);
    background:linear-gradient(to bottom,#2b88e7 0%,#1d65de 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b88e7',endColorstr='#1d65de',GradientType=0);
    font-size:14px;
    cursor:pointer
}
.cpc-cancel {
    padding:10px 15px 10px 15px;
    color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:none;
    font-weight:bold;
    background:#898989;
    background:-moz-linear-gradient(top,#898989 0%,#7d7d7d 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#898989),color-stop(100%,#7d7d7d));
    background:-webkit-linear-gradient(top,#898989 0%,#7d7d7d 100%);
    background:-o-linear-gradient(top,#898989 0%,#7d7d7d 100%);
    background:-ms-linear-gradient(top,#898989 0%,#7d7d7d 100%);
    background:linear-gradient(to bottom,#898989 0%,#7d7d7d 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#898989',endColorstr='#7d7d7d',GradientType=0);
    font-size:14px;
    cursor:pointer
}
.cpc-close {
    cursor:pointer
}
.cpc-buttons {
    margin-top:20px
}
.cpc-continue:hover {
    background:#39a4ee;
    background:-moz-linear-gradient(top,#39a4ee 0%,#277fe8 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#39a4ee),color-stop(100%,#277fe8));
    background:-webkit-linear-gradient(top,#39a4ee 0%,#277fe8 100%);
    background:-o-linear-gradient(top,#39a4ee 0%,#277fe8 100%);
    background:-ms-linear-gradient(top,#39a4ee 0%,#277fe8 100%);
    background:linear-gradient(to bottom,#39a4ee 0%,#277fe8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#39a4ee',endColorstr='#277fe8',GradientType=0)
}
.cpc-cancel:hover {
    background:#939393;
    background:-moz-linear-gradient(top,#939393 0%,#878787 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#939393),color-stop(100%,#878787));
    background:-webkit-linear-gradient(top,#939393 0%,#878787 100%);
    background:-o-linear-gradient(top,#939393 0%,#878787 100%);
    background:-ms-linear-gradient(top,#939393 0%,#878787 100%);
    background:linear-gradient(to bottom,#939393 0%,#878787 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#939393',endColorstr='#878787',GradientType=0)
}
.cpc-step2 {
    display:none
}
.cpc-info p strong {
    font-weight:bold
}
.cpc-step2 {

}
.cpc-left {
    float:left;
    display:inline-block;
    margin-right:20px;
    font-size:14px
}
.cpc-input {
    margin-top:40px
}
.cpc-input input {
    width:92px;
    height:40px;
    -webkit-border-radius:3px;
    padding-left:15px;
    padding-right:16px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #b2b2b2
}
.cpc-enter {
    display:inline-block;
    margin-top:11px
}
.cpc-balance {
    position:absolute;
    font-size:14px;
    font-weight:bold;
    color:#609ceb;
    margin-left:101px;
    margin-top:-22px
}
.cpc-clear-fix {
    width:100%;
    display:block;
    position:relative;
    margin-top:50px;
    margin-bottom:50px
}
.cpc-create {
    padding:10px 15px 10px 15px;
    color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:none;
    font-weight:bold;
    background:#2b88e7;
    background:-moz-linear-gradient(top,#2b88e7 0%,#1d65de 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2b88e7),color-stop(100%,#1d65de));
    background:-webkit-linear-gradient(top,#2b88e7 0%,#1d65de 100%);
    background:-o-linear-gradient(top,#2b88e7 0%,#1d65de 100%);
    background:-ms-linear-gradient(top,#2b88e7 0%,#1d65de 100%);
    background:linear-gradient(to bottom,#2b88e7 0%,#1d65de 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b88e7',endColorstr='#1d65de',GradientType=0);
    font-size:14px;
    cursor:pointer;
    margin-left:100px
}
.cpc-create:hover {
    background:#39a4ee;
    background:-moz-linear-gradient(top,#39a4ee 0%,#277fe8 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#39a4ee),color-stop(100%,#277fe8));
    background:-webkit-linear-gradient(top,#39a4ee 0%,#277fe8 100%);
    background:-o-linear-gradient(top,#39a4ee 0%,#277fe8 100%);
    background:-ms-linear-gradient(top,#39a4ee 0%,#277fe8 100%);
    background:linear-gradient(to bottom,#39a4ee 0%,#277fe8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#39a4ee',endColorstr='#277fe8',GradientType=0)
}
.pbt-price {
    display:block;
    text-align:right;
    margin-left:31px;
    margin-top:0;
    padding-top:32px;
    color:#306493;
    font-size:14px
}

#zong-iframe .tp-left ul {
    margin-left: 14px;
    width: 163px;
    margin-top: -25px;
    background: #fff6b5;
    border-radius: 3px;
    list-style-type: none;
    color: #1c7196;
    font-size: 13px;
}
#zong-iframe .tp-left ul li:first-child {
    border-bottom:1px solid silver
}
#zong-iframe .tp-left ul li {
    padding:12px;
    line-height: 16px;
    background-repeat:no-repeat;
    background-position:10px 15px;
    padding-left:23px;
    -webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.18);
    -moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.18);
    box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.18);
}
#zong-iframe .tp-left ul:before {
    display:block;
    width:0;
    content:' ';
    height:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:10px solid #fff6b5;
    position:absolute;
    margin-top:-10px;
    margin-left:13px
}
#payButton {
    display: block;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
    border:1px solid #8ad407;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    font-weight:bold;
    color:#fff;
    width:80px;
    height:35px;
    font:left;
    cursor:pointer;
    background:rgb(124,197,0);
    background:-moz-linear-gradient(top,rgba(124,197,0,1) 0%,rgba(89,167,0,1) 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(124,197,0,1)),color-stop(100%,rgba(89,167,0,1)));
    background:-webkit-linear-gradient(top,rgba(124,197,0,1) 0%,rgba(89,167,0,1) 100%);
    background:-o-linear-gradient(top,rgba(124,197,0,1) 0%,rgba(89,167,0,1) 100%);
    background:-ms-linear-gradient(top,rgba(124,197,0,1) 0%,rgba(89,167,0,1) 100%);
    background:linear-gradient(to bottom,rgba(124,197,0,1) 0%,rgba(89,167,0,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cc500',endColorstr='#59a700',GradientType=0);
    -webkit-box-shadow:0px 2px 2px rgba(50,50,50,0.22);
    -moz-box-shadow:0px 2px 2px rgba(50,50,50,0.22);
    box-shadow:0px 2px 2px rgba(50,50,50,0.22)
}
#payButton:hover {
    background:rgb(94,151,0);
    background:-moz-linear-gradient(top,rgba(94,151,0,1) 0%,rgba(67,128,0,1) 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(94,151,0,1)),color-stop(100%,rgba(67,128,0,1)));
    background:-webkit-linear-gradient(top,rgba(94,151,0,1) 0%,rgba(67,128,0,1) 100%);
    background:-o-linear-gradient(top,rgba(94,151,0,1) 0%,rgba(67,128,0,1) 100%);
    background:-ms-linear-gradient(top,rgba(94,151,0,1) 0%,rgba(67,128,0,1) 100%);
    background:linear-gradient(to bottom,rgba(94,151,0,1) 0%,rgba(67,128,0,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e9700',endColorstr='#438000',GradientType=0)
}

body {
    font-family: Arial;
    font-size: 12px;
    color: #08295E;
    padding: 0;
    padding-top: 0;
    margin: 0;
}

.tp-left {
    width: 490px;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
}
.hidden {
    display: none;
}
.tp-right {
    width: 190px;
    float: right;
    height: 100%;
    display: inline-block;
    float: right;
    position: relative;
    background: #141516; /* Old browsers */
    background: -moz-linear-gradient(left,  #141516 0%, #313336 6%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#141516), color-stop(6%,#313336)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #141516 0%,#313336 6%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #141516 0%,#313336 6%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #141516 0%,#313336 6%); /* IE10+ */
    background: linear-gradient(to right,  #141516 0%,#313336 6%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141516', endColorstr='#313336',GradientType=1 ); /* IE6-9 */
}
.tp-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.tp-zong {
    left: 20px;
    top: 20px;
    position: absolute;
}
.tp-close {
    position: absolute;
    top: 17px;
    right: 17px;
}
.tp-content {
    width: 425px;
    padding-left: 20px;
    height: 190px;
    background-color: #f9fbf3;
    padding-top: 50px;
    border: 1px solid #6a9b00;
    padding-right: 20px;
    margin-left: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 96px;
}
.tp-content.tp-err {
    background-color: #f7e5e3;
    border: 1px solid #df9792;
}
.tpc-left {
    display: inline-block;
    float: left;
    width: 80px;
    background-position: 13px 0;
    height: 52px;
    background-repeat: no-repeat;
    background-image: url('../images/zong/ok.png');
}
.tpc-right {
    display: inline-block;
    float: left;
}
.tpc-right h2 {
    font-size: 24px;
    color: #6a9b00;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 0;
}
.tp-content.tp-err .tpc-right {
    text-align: center;
}
.tp-content.tp-err .tpc-right h2 {
    color: #dc5c4f;
    margin-bottom: 20px;
}
.tpc-right span {
    font-size: 13px;
    color: #414141;
    margin-left: 3px;
}
.tp-content hr {
    margin-top: 15px;
    border-top: 1px solid #d4d6cf;
}
.tpc-head {
    display: inline-block;
}
.tp-status {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #6a9b00;
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 83px;
}
.tp-content strong {
    font-size: 14px;
    font-weight: bold;
    color: #414141;
    margin-left: 93px;
}
.tp-content strong span {
    color: #fe660a;
}
.tp-hth {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.tp-right {
    padding-top: 66px;
    padding-left: 12px;
    padding-right: 12px;
}
.tp-anyquestions {
    margin-top: 12px;
    border: 1px solid #444f56;
    padding: 15px;
    margin-bottom: 13px;
}
.tp-anyquestions h2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 13px;
    color: #0093f1;
}
.tp-store h2{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 13px;
    color: #ffa800;
    line-height: 16px;
}
.tp-store {
    font-weight: lighter;
    color: #e9e9e9;
    font-size: 13px;
    line-height: 14px;
    border: 1px solid #6f5626;
    padding: 15px
}
.tp-status.tp-status-pending {
    background-color: #fe660a;
}
.tp-dib {
    display: inline-block;
    float: left;
}
.tp-btn {
    background-color: #6a9a08;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
    margin: 40px auto;
    display: table;
}
.tp-btn:hover {
    cursor: pointer;
    background-color: #82ad29;
}
.tp-content .tp-content {;
    margin: 0px;
    height: auto;
    width: auto;
    padding-bottom: 10px;
}