.ticketpreview {
	position: relative;
	height: 257px;
	width: 436px;
}

.tpbody2, .tpbody {
	position: absolute;
	top: 60px;
	left: 40px;
}

.tpbody2 div, .tpbody div {
	width: 250px;
	font-family: Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

/* tpbody2 has a larger first line */
.tpbody2 div:first-child {
	font-size: 18px;
}

.tpbodyprice {
	position: absolute;
	width: 250px;
	bottom: 57px;
	left: 40px;
	font-family: Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.tpbodytid {
	position: absolute;
	width: 250px;
	bottom: 45px;
	left: 40px;
	font-family: Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.tpbarcode {
	position: absolute;
	bottom: 20px;
	left: 90px;
}

.tpbarcodetext {
	position: absolute;
	width: 250px;
	bottom: 12px;
	left: 40px;
	font-family: Courier, monospace;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.tpside {
	position: absolute;
	top: 60px;
	left: 310px;
}

.tpside div {
	width: 125px;
	font-family: Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}

.tpsideprice {
	position: absolute;
	bottom: 57px;
	left: 310px;
	font-family: Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}

.tpsidetid {
	position: absolute;
	bottom: 45px;
	left: 310px;
	font-family: Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}