
#tickets {
	background:url(assets/ticket/background.jpg) center no-repeat;
	width:1240px;
	height:34px;
	margin:0 auto;
	overflow: auto;
}
#Ticket_Widget {
	width: 675px;
	margin: 0 auto;
	padding: 0 0 0 345px;
}
#Ticket_Widget label {
	display:block;
	height:33px;
	text-indent:-9999px;
	float:left;
}
#Ticket_Widget input, #Ticket_Widget select, #Ticket_Widget button {
	float:left;
	margin-top:3px
}
#lbl_zip {
	width:105px;
	background:url(assets/ticket/lbl_zip.jpg) no-repeat;
	margin-left:60px;
	margin-top:1px;
}
#lbl_citystate {
	width:110px;
	background:url(assets/ticket/lbl_citystate.jpg) no-repeat;
	margin-left:5px;
	margin-top:1px;
}
#Date {
	margin-left:15px;
}        
#ticketsubmit {
	cursor:pointer;
	background:url(assets/ticket/btn_find_off.jpg) no-repeat;
	text-indent:-9999px;
	border:0;
	width:69px;
	height:24px;
	margin-left:15px;
}