* {
    box-sizing: border-box;
}

body {
    background: #eeeeee;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: 13px;
}


.red {
    color: #ff0000;
}

p.red {
    margin: 5px 0;
}

.bold {
    font-weight: bold;
}

h1 {
    padding-top: 20px;
    font-size: 24px;
    color: #000000;
}

p.small {
    margin-top: -10px;
    font-size: 12px;
    color: #666666;
}

hr {
    border: none;
    border-top: 1px dashed #CFCFCF;
}

span.star {
    color: #d50606;
}

input[type='text'] {
    width: 260px;
    height: 18px;
}

span.error {
    font-weight: 800;
    color: #d50606;
}

span.success {
    font-weight: 800;
    color: #49c61e;
}

input[type='submit'] {
    margin-top: 20px;
}

/*********************************************************************/
/* CONTAINER */
/*********************************************************************/
#CONTAINER {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-top: 20px;
    width: 1000px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

table {
    line-height: 22px;
}

/*********************************************************************/
/*  MSG-BOX */
/*********************************************************************/
#msg-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-top: 20px;
    width: 640px;
    background: #75e34e;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

p.big {
    text-align: center;
    font-size: 46px;
    color: #ffffff;
    font-weight: 800;
}

p.text {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.clear {
    clear: both;
}

.payChoiceTable {
    margin: 0px auto;
}

.card-box {

    float: left;
    background-color: #accee8;
    height: 175px;
    border-radius: 15px;
    margin-bottom: 5px;
    margin-right: 20px;
    padding: 15px;
    width: 250px;
}

.card-box .oneinput {
    margin-bottom: 7px;
}

.card-box .oneinput input {
    width: 100%;
}

.card-box .oneinput select {
    margin: 5px;
}

.card2 .ccv {
    margin-top: 115px;
    text-align: right;
}

.card2 .ccv input {
    width: 50px;
}

.card2 {

    background: url("/img/CardBack.png") transparent;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

.tableform {
    background: #F9F9F9;
    border-top: 1px solid #DDDDDD;
    color: #565656;
    font-size: 13px;
    padding: 5px 8px;
}

.tableform:hover, .tableforms:hover {
    background: #F5F5F5;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.400);
}

.tableforms {
    background: #FFFFFF;
    border-top: 1px solid #DDDDDD;
    color: #565656;
    font-size: 13px;
    padding: 5px 8px;
}

.pricing-table {
    width: 520px;
    border-collapse: collapse;
    color: #fff;
}

.pricing-table tr td {
    height: 30px;
    background-color: #323a45;
    text-align: center;
}

.pricing-table tr td.header {
    background-color: #de5f3d;
    height: 80px;
}

.pricing-table tr td.odd {
    background-color: #46505f;
}

.pricing-table tr td.footer {
    background-color: #de5f3d;
}

.butoane {
    margin: 0px auto;
    width: 145px;
    height: 50px;
    margin-top: 25px;
}

.butoane a, input.butoane {
    border: none;
    background-color: #C60101 !important;
    background-image: linear-gradient(to bottom, #FD2E2E, #C50000);
    border-bottom-color: #AD0101;
    border-left-color: #C50000;
    border-radius: 5px;
    border-right-color: #C50000;
    border-top-color: #C50000;
    color: white;
    font-size: 24px;
    font-weight: 700;
    padding: 9px 16px 11px;
    text-decoration: none;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.329);
}

.butoane a:hover, input.butoane:hover {
    background-color: #F5F5F5;
    background-image: -o-linear-gradient(top, #FFFFFF, #E6E6E6);
    border-bottom-color: #BBBBBB;
    border-left-color: rgba(0, 0, 0, 0.102);
    border-right-color: rgba(0, 0, 0, 0.102);
    border-top-color: rgba(0, 0, 0, 0.102);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.298);
    color: #333333;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.749);
}

h1.payPage {
    text-align: center;
}

.imgPay {
    max-width: 200px;
    display: block;
    margin: 0px auto;
}

img.ecorepay {
    width: 350px;
}

.tdPay {
    width: 150px;
}

.tablePay td {
    padding: 15px;
    vertical-align: top;
}

.tablePay td:first-child {
    border-right: 1px dashed #cfcfcf;
    padding-left: 5px;
}

.tablePay td {
    border-right: 1px dashed #cfcfcf;
    padding-right: 5px;
}
.tablePay td:last-child {
    border-right: 0;
    padding-right: 5px;
}

.tablePay {
    width: 100%;
}

.deleteEmails {
    width: 100%;
}

.deleteEmails tr td {
    border-bottom: 1px dashed #CFCFCF;
}

input.incorrect, select.incorrect {
    border: 1px solid #ff0000;
}

.payssion-method {
    display: inline-block;
    width: 19%;
    text-align: center;
    padding: 10px 15px;

}

.payssion-method .payssion-method-logo {
    max-width: 100%;
}

.plan-row-image {
    margin-top: -2px;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none;
}