<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************
#                      PayPal Payment Terminal v2.0.0
#******************************************************************************
#      Author:     criticalgears.io
#      Email:      info@CriticalGears.io
#      Website:    http://www.criticalgears.io
#
#
#      Version:    2.0.0
#      Copyright:  (c) 2013 - criticalgears.io
#
#*******************************************************************************/

/**** MAIN STYLES ****/
body {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    background: url(../images/bg.png) repeat;
    margin: 0;
}
.wrapper {
    padding: 15px;
    margin-top: 20px;
}
h1 {
    font-size: 18px;
}
.pppro_footer {
    width: 580px;
    margin: 0 auto;
    text-align: right;
    padding-top: 8px;
}
.pppro_footer img {
    width: 30px;
}

.form_container h1 {
    font-size: 28px;
    font-weight: bold;
    text-shadow: 1px 1px 0 white;
    text-align: left;
    width: 580px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #666;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-top: 30px;
}
.clr {
    clear: both;
}

/**** PROCESSING PAGE (REDIRECTION) ****/
.wait_msg {
    font-size: 16px;
}

/**** ACCORDIONS STYLING ****/
#accordion {
    width: 580px;
    border: 1px solid #eee;
    color: #000;
    background-color: #fff;
}
/* accordion header */
#accordion h2 {
    background: #e4e4e4;
    margin: 0;
    text-align: left;
    height: 30px;
    padding: 10px 0 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-shadow: 1px 1px 0 white;
}
/* currently active header */
#accordion h2.current {
    cursor: default;
    background-color: #eee;
}
/* accordion pane */
#accordion .pane {
    border: 1px solid #fff;
    border-width: 0 2px;
    padding: 15px;
    color: #000;
    font-size: 12px;
    text-align: left;
}
.ui-widget {
    width: 580px;
}
.ui-widget .ui-state-error,
.ui-widget .ui-state-error p,
.ui-widget .ui-state-highlight,
.ui-widget .ui-state-highlight p,
.ui-widget .ui-state-info,
.ui-widget .ui-state-info p {
    font-size: 13px;
    text-align: left;
}
.ui-widget .ui-state-info {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/**** FORM STYLING ****/
.pppt_form label {
    float: left;
    width: 140px;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    padding: 4px 5px 0 0;
}
.pppt_form .long-field {
    float: left;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 245px;
    height: 20px;
    padding-left: 5px;
    border: 1px solid #666666;
    background-color: #f8f8f8;
    margin-bottom: 8px;
}
.pppt_form .long-field:hover {
    border: 1px solid #ccc;
}
.pppt_form .long-field:focus {
    border: 1px solid #6b1289;
}
.pppt_form .small-field {
    float: left;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 60px;
    height: 20px;
    padding-left: 5px;
    border: 1px solid #666666;
    background-color: #f8f8f8;
    margin-bottom: 8px;
    margin-right: 10px;
}
.pppt_form select.small-field {
    height: 24px;
}
.pppt_form .small-field:hover {
    border: 1px solid #ccc;
}
.pppt_form .small-field:focus {
    border: 1px solid #6b1289;
}
.pppt_form .lft-field {
    float: left;
    margin-right: 10px;
    margin-bottom: 8px;
}
.pppt_form .paypal {
    margin-top: 6px;
}
.pppt_form .submit-btn {
    margin: 0 auto;
    width: 227px;
}

.top_notice {
    background-color: red;
    color: #ffffff;
    padding: 3px 10px;
    text-align: center;
}
.top_notice a {
    text-decoration: underline;
    color: #fff;
}
</pre></body></html>