body  {
	margin: 0;
	padding: 0;
	border: 0;
    width: 100%;
    background: #161666;
    text-align: center;
    background-position: center top;
}

table  {
	margin: 0;
	padding: 0;
    border-spacing: 0;
	font-size: 0;
	border: none;	
}


td  {
    padding: 0 10px 0 0;
    background: transparent;
    font-size: 14pt;
    text-align: left;
    vertical-align: top;
}

table#items td {
    padding: 0 10px 10px 10px;
}

table#userdata td {
    padding: 10px 20px 10px 10px;
}

table#userdata2 td {
    padding: 0 10px 10px 10px;
}

table#userdata3 td {
    padding: 0 10px 10px 10px;
}

table#final td {
    padding: 0 10px 10px 10px;
}

.tab_main {
	margin: 0 auto;
	padding: 0px;
    background: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #FFCC00;
    border-radius: 20px;
	width: 764px;
}

p  { margin: 12px 0 6px 0;}

.td_main {
    padding: 140px 10px 10px;
}

.div_main {
	margin: 8px auto;
	padding: 8px;
    color: #000000;
	background-color: #FFFFCC;
	border: solid 2px #880000;
    border-radius: 8px;
    font-size: 14pt;
    text-align: left;
    font-family: 'Verdana', Geneva, sans-serif;
    font-weight: 400;
}

.centered {
    top:40%;
    left: 50%;
    transform: translate3d(-50%,-50%, 0);
    position: absolute;
}

div {
    position: relative;
    text-align: left;
    left: 0;
    min-height: 8px;
}

.div_data {
    margin: 4px auto;
    font-size: 10pt;
    font-style: italic;
    text-align: center;
    font-family: 'Verdana', Geneva, sans-serif;
    font-weight: 400;
    position: relative;
    left: 260px;
    width: 360px;
}

.div_text {
    text-align: left;
    padding: 10px 20px 10px 20px;
}

.username {
    margin: 0;
    width: 100%;
    color: #FFFFFF;
    font-size: 12pt;
    text-align: left;
    padding: 10px 0 20px 0;
    border-top: solid 1px #002200;
    border-bottom: solid 1px #002200;
    background: #FF6600;

}

.us {
    background: none;
}

.div_flow {
    margin: 8px auto;
    padding: 8px;
    background-color: #FFFFFF;
    border: solid 2px #880000;
    text-align: left;
    font-family: 'Verdana', Geneva, sans-serif;
    font-weight: 400;
    font-size: 18pt;
}

.div_doc {
    margin: 8px auto;
    padding: 12px;
    background-color: #FFFFFF;
    border: solid 1px #AAAAAA;
    text-align: left;
    font-family: 'Verdana', Geneva, sans-serif;
    font-weight: 400;
    font-size: 10pt;
}

.bold {
    font-weight: 600;
    margin-top: 20px;
}

UL {list-style-type: decimal; }
LI {margin-bottom: 16px; }

.border_bar {
    margin: 0;
    font-size: 0;
    padding: 0;
    height: 0px;
    background-image: url('https://www.tebitas.com/images/dua.gif');
}

.numbers {
    float: right;
    text-align: right;
}

.currency {
    float: right;
    margin-left: 12px;
    text-align: left;
}

.no_selectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.selectable {
    -webkit-touch-callout: auto; /* iOS Safari */
    -webkit-user-select: auto; /* Safari */
    -khtml-user-select: auto; /* Konqueror HTML */
    -moz-user-select: auto; /* Firefox */
    -ms-user-select: auto; /* Internet Explorer/Edge */
    user-select: auto;
}

.td_int_top {
	background-color: #000058;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF; 
	letter-spacing: 0.1em;
	font-size: 26pt;
    height: 80px;
    padding: 6px 6px 6px 20px;
    border-bottom: solid 1px #FFCC00;
}

.items {
    color: #FFFFFF;
    color: #224400;
    width: 100%;
    background: transparent;
}

.ok {
    font-size: 26pt;
    background: #FFFFCC;
    color: #666666;
}

.problem {
    background: #FFFFCC;
    color: #FF0000;
}

.unhandled {
    background: #FFFFCC;
    color: #666666;
}

.top_text {
    position: relative;
    left: 8px;
    bottom: 6px;
}

.bottom_text  {
    background-color: #000058;
    color: #FFFFFF;
    font-size: 10pt;
    font-style: normal;
    text-align: left;
    vertical-align: middle;
    padding: 8px 12px;
    border-top: solid 1px #FFCC00;
}

.bottom_item  {
    background-color: #000058;
    color: #FFFFFF;
    font-size: 10pt;
    padding: 0 8px;
}

A:visited  {color : #AAAAAA; text-decoration: none;	font-weight: 700;}

A:active  {color : #FFFF00;	text-decoration: none; font-weight: 700;}

A:link  {color : #FFFFFF; text-decoration: none; font-weight: 700;}

IMG {position: relative; border: none; margin: 0; padding: 0;}

.error_info {
    color: #AA0000;
    background: #FFFFAA;
    border: 2px solid #FF0000;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 8px;
    position: fixed;
    left:100px;
    top: 100px;
    width: 450px;
    font-family: "Helvetica", sans-serif;
    font-style: italic;
    font-size: 16pt;
    font-weight: 300;
    text-align: left;
    visibility: hidden;
    z-index: -2;
}

.paymentForm {
    color: #333333;
    background: #EEEEFF;
    border: 1px solid #3333AA;
    border-radius: 8px;
    padding: 12px 0 12px 20px;
    margin: 0 auto;
    width: 630px;
    font-family: "Arial", sans-serif;
    font-size: 10pt;
    text-align: left;
}

.group {
    background: white;
    border-radius: 4px;
    border: 1px solid;
    border-color:  #AAAAAA #888888 #888888 #AAAAAA;
    font-family: "Helvetica", sans-serif;
    font-size: 12pt;
    font-variant: normal;
    margin: 0px;
    height: 26px;
    padding: 0px 0px 0px 8px;
    vertical-align: bottom;
}

label {
    color: #224400;
    font-weight: 300;
    vertical-align: bottom;
    font-size: 14pt;
    text-align: left;
    font-family: 'Verdana', Geneva, sans-serif;
}

.stripe {
    color: #666666;
    font-weight: 300;
    vertical-align: bottom;
    font-size: 12pt;
    text-align: left;
    font-family: 'Arial', sans-serif;
}

.stripe2 {
    color: #333333;
    font-weight: 300;
    vertical-align: bottom;
    font-size: 14pt;
    text-align: left;
}

.stripe23 {
    color: #333333;
    font-weight: 300;
    vertical-align: bottom;
    font-size: 14pt;
    text-align: right;
}

.stripe3 {
    color: #000000;
    font-weight: 600;
    vertical-align: top;
    font-size: 12pt;
    text-align: right;
    font-family: 'Verdana', Geneva, sans-serif;
}

.stripe4 {
    color: #FF0000;
    font-weight: 300;
    font-size: 12pt;
    text-align: left;
    font-family: 'Verdana', Geneva, sans-serif;
    padding: 10px;
    margin-bottom: 10px;
}

.cover {
    background: #888888;
    z-index: 2;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.group label:not(:last-child) {
    border-bottom: 1px solid #F0F5FA;
}

.field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: #31325F;
    outline: none;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
    width: 70%;
    height: 40px;
    float: left;
}

.field::-webkit-input-placeholder { color: #CFD7E0; }
.field::-moz-placeholder { color: #CFD7E0; }
.field:-ms-input-placeholder { color: #CFD7E0; }


.basicButton {
    display: block;
    background: #CCCCCC;
    color: white;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
    0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 6px;
    border: 0;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    width: 200px;
    height: 40px;
    line-height: 38px;
    outline: none;
}

.basicButton:active {
    background-color: #00CC00;
    box-shadow: 0 3px #888888;
}

.basicButton:enabled {
    background: #008800;
}

.basicButton:disabled {
    background: #CCCCCC;
}

.basicButton:hover {
    background: #00CC00;
}

.basicButton:focus {
    background: #00CC00;
}

button {
    display: block;
    background: #CCCCCC;
    color: white;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
    0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    border: 0;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    width: auto;
    height: 40px;
    line-height: 38px;
    outline: none;
}

.button:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666EE8;
}

.button:enabled {
    background: #666EE8;
}

.button:disabled {
    background: #CCCCCC;
}

.button:focus {
    background: #0000AA;
}

input:enabled {
    background: #FFFFFF;
}

input:disabled {
    background: #224400;
}

select:disabled {
    color: #224400;
}

.mini {
    font-size: 10pt;
}

.mini_row {
    font-size: 10pt;
    border-bottom: dashed 1px #AAAAAA;
}

.outcome {
    float: left;
    width: 100%;
    padding-top: 8px;
    min-height: 24px;
    text-align: center;
}

.success, .error {
    display: none;
    font-size: 13px;
}

.success.visible, .error.visible {
    display: inline;
}

.error {
    color: #E4584C;
}

.success {
    color: #666EE8;
}

.success .token {
    font-weight: 500;
    font-size: 13px;
}

option {
    font-size: 14pt;
}



