#splashContainer {
	position: relative;
	display: block;
	background: url(../images/global/spritesY.png) repeat-y 0px 0px;
	z-index: 5;
	left: 4px;
	width: 999px;
	height: 136px;
}
#splashContainer div {
	background: url(../images/tickets/splash.jpg) no-repeat 0px 0px;
	width: 960px;
	height: 136px;
	margin-left: 19px;
}
.alert {
	position: relative;
	display: block;
	padding: 30px 40px 0 0;
}
.section {
	position: relative;
	display: block;
	clear: both;
/*	background: url(../images/tickets/squares.png) repeat-x 0px bottom;*/
	padding-bottom: 34px;
	margin-bottom: 30px;
}
	#sectionOneContainer {
		margin-top: 30px;
		min-height: 150px;
	}
	.section div {
		z-index: 5;
	}
	.section .step {
		position: absolute;
		display: block;
		height: 100px;
		width: 100px;
		left: 25px;
		z-index: 1;
		background-image: url(../images/tickets/steps.png);
		background-repeat: no-repeat;
	}
	.one .step {
		background-position: 0px 0px;
	}
	.two .step {
		background-position: 0px -100px;
	}
	.three .step {
		background-position: 0px -200px;
	}
	.four .step {
		background-position: 0px -300px;
	}
.box {
	position: relative;
	display: block;
	padding-left: 150px;
}
	.box .hd {
		position: relative;
		display: block;
		height: 11px;
		background: url(../images/tickets/boxBackground.png) no-repeat 0px 0px;
	}
	.box .bd {
		position: relative;
		display: block;
		background: url(../images/tickets/boxBackground.png) repeat-y -1408px 0px;
		padding: 5px 20px;
	}
	.box .ft {
		position: relative;
		display: block;
		height: 11px;
		background: url(../images/tickets/boxBackground.png) no-repeat -704px 0px;
	}
#customerTable {
	margin-bottom: 20px;
}
	#customerTable select {
		width: 200px;
	}
th {
	width: 70px;
	text-align: right;
	padding: 2px 5px;
	vertical-align: top;
}
td {
	padding: 2px 5px;
	vertical-align: top;
}
input[type="text"] {
	width: 325px;
}
p strong {
	color: #444;
}
.asterisk {
	font-weight: bold;
	color: #f00;
	padding-left: 8px;
	font-size: 16px;
}
#ticketTable {
	width: 300px;
}
	.comments td, .comments th {
		border-top: 1px solid #ccc;
		padding-top: 15px;
	}
#ticketInformation {
	position: relative;
	display: inline;
	float: left;
	width: 327px;
	margin-right: 25px;
}
	#ticketInformation textarea {
		width: 188px;
		margin-bottom: 2px;
		padding: 4px;
		height: 80px;
		font-size: 15px;
		color: #333;
		line-height: 21px;
	}
#ticketDisplay {
	position: relative;
	display: inline;
	float: left;
	width: 327px;
	margin-left: 25px;
	padding-left: 0;
}
	#ticketInformation .hd, #ticketDisplay .hd {
		background: url(../images/tickets/1.5col-background.png) no-repeat 0px 0px;
	}
	#ticketInformation .bd, #ticketDisplay .bd {
		background: url(../images/tickets/1.5col-background.png) repeat-y -654px 0px;
	}
	#ticketInformation .ft, #ticketDisplay .ft {
		background: url(../images/tickets/1.5col-background.png) no-repeat -327px 0px;
	}
	#ticketDisplay th {
		border-bottom: 1px solid #ccc;
		padding: 2px 0;
	}
	#ticketDisplay td {
		border-bottom: 1px solid #ccc;
		padding: 2px 0;
	}
		#ticketDisplay .disabled {
			color: #999;
		}
		#ticketDisplay .ticket {
			text-align: right;
			width: 82px;
		}
		#ticketDisplay .quantity {
			text-align: center;
			width: 60px;
		}
		#ticketDisplay .price {
			text-align: right;
			width: 65px;
		}
		#ticketDisplay .total {
			text-align: right;
			width: 65px;
		}
	#totalContainer {
		font-size: 26px;
		padding: 15px;
		font-weight: bold;
		color: #333;
	}
	#total {
		display: inline;
	}
.disabled {
	color: #bbb;
}
