.invoicepayment-pnlheader {
	/* x */
}
.invoicepayment-pnlheader-body {
/* x */
}
.invoicepayment-pnlbottom {
/* x */
}
.invoicepayment-pnlbottom-body {
/* x */
}
.invoicepayment-pnlmain {
/* x */
}
.invoicepayment-pnlmain-body {
/* x */
}
.invoicepayment-header-div {
	background-color: rgb(218, 216, 208);
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 15px;
    color: rgb(41, 38, 39);
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 100%;
}
.invoicepayment-header-text {
    top: 50%;
    bottom: 50%;
    width: 100%;
    position: absolute;
    margin-top: -7;
}
.invoicepayment-main-div {
    width: 100%;
    margin-top: 20px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
.invoicepayment-bottom-div {
	text-align: center;
	margin: 15px;
}
.invoicepayment-bottom-table {
	margin: auto;
}
.invoicepayment-bottom-button-purse {
	background-color: #008dab;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 200px;
    height: 26px;
    cursor: pointer;
    text-align: center;
}
.invoicepayment-bottom-button-purse:hover {
	background-color: #00738c;
}

.invoicepayment-bottom-button-bankcard {
	background-color: rgb(249,208,68);
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 200px;
    height: 26px;
    cursor: pointer;
    text-align: center;
}
.invoicepayment-bottom-button-bankcard:hover {
	background-color: rgb(228, 177, 0);
}

.invoicepayment-bottom-button-cancel {
	background-color: rgb(218, 216, 208);
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: rgb(41, 38, 39);
    font-weight: bold;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 200px;
    height: 26px;
    cursor: pointer;
    text-align: center;
}
.invoicepayment-bottom-button-cancel:hover {
	background-color: rgb(191, 189, 180);
}
.invoicepayment-bottom-button-sep {
	height: 8px;
}