form.clean
{
	font-family:"Franklin Gothic Book"; 
	margin: .5em;
	padding: .5em;
	border: 1px solid #eee;
}

form.clean *
{
	margin: 0;
	padding: 0;
}

form.clean p
{
	margin: .5em 0;
}

form.clean input[type=text],
form.clean input[type=password],
form.clean textarea,
form.clean select
{
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	font-size: .85em;
	padding: .5em;
	/*width: 100%;*/
}

form.clean input:focus,
form.clean textarea:focus,
form.clean select:focus
{
	background-color: #ffe;
	text-align: center;
}

form.clean fieldset
{
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
	border: 1px solid #ddd;
	margin: .5em 0;
	padding: .5em .5em;
}

form.clean fieldset legend
{
	color: #17b;
	font-size: 1.0em;
	margin-left: 1em;
}

form.clean ol
{
	list-style: none;
}

form.clean ol li
{
	margin: .5em 0;
}

form.clean ol li label
{
	display: block;
}

form.clean ol.table
{
	list-style: none;
	display: table;
}

form.clean ol.table li
{
	display: table-row;
}

form.clean ol.table li label[for]
{
	display: table-cell;
	text-align: right;
	padding: .5em;
}

form.clean div.col2 label
{
	float: left;
	width: 50%;
}

form.clean div.col3 label
{
	float: left;
	width: 33%;
}

form.clean div.col4 label
{
	float: left;
	width: 25%;
}

form.clean fieldset:first-child
{
	margin-top: 0;
}

form.clean input[type=button],
form.clean input[type=reset],
form.clean input[type=submit],
form.clean button
{
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	font-size: .85em;
	padding: .05em .04em;
	margin: 0 .3em;
}

form.clean input[type=submit]:hover,
form.clean input[type=reset]:hover,
form.clean input[type=button]:hover,
form.clean button:hover
{
	background-color: #ffd;
}

/*#apSchedule {
	position:absolute;
	width:376px;
	height:133px;
	z-index:17;
	left: 230px;
	top: 467px;
}*/


#apForm {
	position:absolute;
	left:150px;
	top:295px;
	width:660px;
	height:700px;
	z-index:7;
	border-color:#006600;
	border:thin;
	 
}
/*#apContactInfo {
	position:absolute;
	left:10px;
	top:0px;
	width:655px;
	height:100px;
	z-index:8;
	font-family: "Franklin Gothic Book";
}*/
#apTickets {
	position:absolute;
	width:655px;
	height:340px;
	z-index:17;
	left: 10px;
	top: 0px;
}
#apSubmit {
	position:absolute;
	top: 520px;
	width:655px;
	left:10px;
	height: 100px;
	z-index:13;
}

#apThankYou {
	position:absolute;
	left:220px;
	top:275px;
	width:630px;
	height:400px;
	z-index:7;
	border-color:#006600;
	border:thin;
	text-align:center;
	 
}
.style1 {
	color: #3333ff;
	font-weight: bold;
}
a:link {
	color: #0000FF;
}
.style2 {font-size: 11pt}

