﻿/*支付方式弹窗*/
.payment_popup1
{
    background-image: url(/images/popup_bg1x.jpg);
    width: 300px;
    height: 200px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    display: none;
}
.payment_popup_close
{
    background-image: url(/images/popup_closebutton.png);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 9px;
    top: 11px;
    cursor: pointer;
}
.payment_popup_view
{
    background-image: url(/images/popup_button1.png);
    width: 101px;
    height: 31px;
    position: absolute;
    left: 10px;
    top: 158px;
    /*bottom: 11px;*/
    /*cursor: pointer;*/
}
.payment_popup_checkbox
{
    position: absolute;
    left: 164px;
    top: 170px;
    /*bottom: 17px;*/
}
.payment_popup_label
{
    position: absolute;
    left: 182px;
    top: 169px;
}

.payment_popup2
{
    background-image: url(/images/popup_bg2x.jpg);
    width: 400px;
    height: 250px;
    position: relative;
}
.payment_popup_view2
{
    background-image: url(/images/popup_button2.png);
    width: 72px;
    height: 22px;
    position: absolute;
    left: 59px;
    top: 124px;
}
.payment_popup_agree_btn
{
    background-image: url(/images/popup_yesbutton.png);
    width: 108px;
    height: 38px;
    position: absolute;
    left: 79px;
    top: 203px;
    cursor: pointer;
}
.payment_popup_disagree_btn
{
    background-image: url(/images/popup_nobutton.png);
    width: 108px;
    height: 38px;
    position: absolute;
    left: 214px;
    top: 203px;
    cursor: pointer;
}

/*发票类型提示对话框*/
.invoice_popup
{
    color: #676767;
    width: 310px;
}
.invoice_popup_title
{
    font-family: Arial,Simsun,"宋体",Tahoma;
    font-size: 14px;
    font-weight: bold;
}
.invoice_popup_content
{   text-indent: 2em;
    text-align: left;
    line-height: 200%;
    /*padding: 25px 20px 0px 20px;*/
    padding: 15px 20px 0px 20px;    
}
.invoice_popup button
{
    width: 94px;
    height: 29px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-width: 0px;
}
.invoice_popup_agree_btn
{
    background-image: url(/images/button_red.png);
    position: absolute;
    left: 50px;
    top: 160px;
}
.invoice_popup_disagree_btn
{
    background-image: url(/images/button_blue.png);
    position: absolute;
    right: 50px;
    top: 160px;
}