body {
	background-color:#000000;
	/*background-image: url('../assets/background-repeat.jpg');
	background-repeat:repeat-x;*/
	text-align: center;
	font: 86% Arial, "Helvetica Neue", sans-serif;
	margin: 0;
}

#header-chrome {
	position:relative;
	width: 100%;
	height:50px;
	background-color:#000000;
	border-bottom:2px solid #f1ede1;
	/*overflow:hidden;*/
	z-index:150;
}
#website {
	z-index:100;
	width:100%;
	height:850px;
	overflow:hidden;
}

#footer-chrome {
	width: 100%;
	overflow:hidden;
	background-color:#000000;
}

#non-flash-details
{
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	color: #333333;
}

.legal {
	margin-top:60px;
	margin-bottom:20px;
	text-align:center;
	position:relative;
	top:-115px;
	z-index:1;
}
.legal .pg {
	height:47px;
	margin-bottom:40px;
}
.legal .text {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#464941;
}
.legal .text a{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#464941;
}
.legal .text a:hover{
	text-decoration:none;
}
.wrap {
	position:relative;
	width:100%;
	height:850px;
	overflow:hidden;
	/*background-image: url('../assets/background-repeat.jpg');
	background-repeat:repeat-x;*/
	z-index:10;
}

.ticketwidget {
	width:850px;
	height:30px;
	overflow:hidden;
	left: 50%;
  	top: 50%;
	margin-left:-425px;
	margin-top:-426px;/*-514px*/
	position:absolute;
	z-index:100000;
}

.inputs {
	width:753px;
	height:30px;
	background-image:url('../assets/background.gif');
	background-repeat:no-repeat;
	float:left;
	line-height:12px;
	font-size:12px;
	padding-top:4px;
}

.textInput {
	margin:0;
	padding:0;
	border:1px solid #535353;
	background-color:#000000;
	font-family: verdana, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	height:13px;
	float:left;
}

.selectInput {
	margin:0;
	padding:0;
	border:1px solid #535353;
	background-color:#000000;
	font-family: verdana, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	height:15px;
	float:left;
}

#ZIPCode {
	width:34px;
	margin-left:278px;
}
#City {
	width:50px;
	margin-left:104px;
}
#State {
	width:40px;
	margin-left:0px;
}
#Date {
	width:100px;
	margin-left:34px;
}
.findButton {
	width:97px;
	height:30px;
	float:left;
}