/* 
 * Subset of Eric Meyer's Reset Stylesheet
 * http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
 */

.tt_ticket_form,
.tt_ticket_form div,
.tt_ticket_form span,
.tt_ticket_form h1,
.tt_ticket_form h2,
.tt_ticket_form p,
.tt_ticket_form label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
.tt_ticket_form select {
	margin: 0;
	padding: 0;
}

.tt_ticket_form :focus {
	outline: 0;
}

/* 
 * Ticket Wicket Styles
 */

.tt_ticket_form {
	line-height: 1;
	border: 3px solid #BAB1E0;
	background-image: url(http://touchlesstickets.com/ttsystem/images/body_content/bg-logo.gif);
	text-align: left;
}
.tt_ticket_form h1,
.tt_ticket_form h2,
.tt_ticket_form p,
.tt_ticket_form div,
.tt_ticket_form label,
.tt_ticket_form select,
.tt_ticket_form span,
.tt_ticket_form a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tt_ticket_form input,
.tt_ticket_form select {
	font-size: 9px;
}
.tt_ticket_form p {
	margin: 10px 0;
}

.tt_ticket_form h1 {
	display: block;
	text-indent: -9999px;
	background-color: #BAB1E0;
	height: 23px;
	line-height: 0;
	background-image: url(http://touchlesstickets.com/images/ticket_wicket/form/buy_header.png);
	background-repeat: no-repeat;
	background-position: 9px 3px;
}
.tt_ticket_form h2 {
	font-size: 14px;
	line-height: 18px;
	color: #444;
}
.tt_ticket_form a.tt_detailsLink,
.tt_ticket_form a.tt_detailsLink:visited {
	color: #999;
	text-decoration: none;
	font-size: 10px;
}
.tt_ticket_form a.tt_detailsLink:hover {
	text-decoration: underline;
}

html>body .tt_ticket_form .wrapper { /* IE7 only */
	*height: 1%;
	*width: 100%;
}
.tt_ticket_form .fields {
	padding: 10px 10px 40px 10px;
	overflow: auto;
}
.tt_ticket_form .fields { /* IE6 and IE7  */
	*padding-top: 0;
}

.tt_ticket_form label {
	display: block;
	font-weight: bold;
	color: #777;
	margin-bottom: 3px;
	font-size: 10px;
	line-height: 14px;
}
.tt_ticket_form select {
	width: 100%;
}
.tt_ticket_form .tt_eventTicketPrice {
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.tt_ticket_form .tt_eventTicketPrice,
.tt_ticket_form .tt_eventTicketQuantity {
	width: 50%;
	float: right;
	margin-top: 0;
}
.tt_ticket_form .tt_submit {
	font-size: 11px;
	clear: right;
	float: left;
	~float: none;
	position: relative;
	z-index: 2;
}

.tt_ticket_form .tt_linkback {
	position: relative;
	z-index: 1;
	text-indent: -5000px;
	display: block;
	float: right;
	margin-top: -37px;
	height: 37px;
	width: 100%;
	background: url(http://touchlesstickets.com/images/ticket_wicket/form/linkback.png) top right no-repeat;
}