html {
background-image: url(../common/t.png),
    url(../common/b1.png), 
    url(../common/c.png), 
    radial-gradient(white, transparent, transparent), 
    url(../common/wall.jpg);
background-size: auto 20%,  
    auto 20%, 
    auto 60%, auto, cover;
background-repeat: no-repeat;
background-position: top center, 
    top center, 
    center center;

font-family: sans-serif;
}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	background-color:#77d42a;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-family:Arial;
	font-size:25px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.myButton:hover {
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	background-color:#5cb811;
}
.myButton:active {
	position:relative;
	top:1px;
}
#btnbox {
    position: absolute;
    width: 100%;
    bottom: 10%;
}

.step {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    text-align: center;
}

.title {
    display: block;
    background-color: #ffde00;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px;
    margin: 15px;
    height: 45px;
}

.title b {
    font-size: x-large;
    padding-left: 15px;
    float: left;
    margin-top: 8px;
}

.title a {
    float: right;
    margin-right: 15px;
}

.window {
    display: block;
    box-shadow: 0 0 5px black;
    margin: 15px;
    border-radius: 5px;
    padding: 25px;
    text-align: left;
    background-color: rgba(255,255,255,0.8);
    overflow-y: scroll;
    height: calc(100% - 160px);
}

.vlist {
    width: 100%;
}

td.vl0 {
    width: 150px;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    box-shadow: 0 0 5px black;
}

td.vl1 {
    background-color: black;
    color: white;
    font-weight: bolder;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px black;
    padding-left: 25px;
}

td.vl2 {
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px black;
    padding-left: 25px;
}

label {
    display: inline-block;
    width: 150px;
}

.vinp {
    width: 350px;
}

.vinp2 {
    width: 500px;
}

.total {
    background-color: lightyellow;
    padding: 15px;
    width: 468px;
    margin-top: 15px;
    border: black solid 1px;
}

table.vtotal {
    border: black solid 3px;
    width: 100%;
    border-collapse: collapse;
}

.vtotal th, .vtotal td {
    border: black solid 1px;
}

.vtotal th {
    color: white;
    background-color: black;
}

.vtotal td {
    padding: 5px;
    background-color: white;
}

td.vt1, td.vt2, td.vt3, td.vt13 {
    text-align: right;
}

td.vt13, td.vt3 {
    font-weight: bold;
}
#checkout-form {
    display: block;
    position: absolute;
    overflow-y: scroll;
    width: 580px;
    height: calc(100% - 80px);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    left: calc(50% - 300px);
    top: 20px;
    padding: 10px;
    box-shadow: 0 0 15px black;
}

#error {
    background-color: pink;
    border: black solid 1px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
    display: none;
}

#success {
    background-color: greenyellow;
    border: black solid 1px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
    display: none;
}

#after {
    display: none;
}

.tinfo_3b, .tinfo_4b {
    width: 500px;
}

.vunp_3b, .vunp_4b, .vunp_total_3b, .vunp_total_4b {
    display: none;
}