﻿
#reserveTicket_holder
{
	position: absolute;
	left: 250px;
	top: 150px;
	z-index: 3000;
	display: none;
}

#reserveTicket_form
{
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: auto; /* changed 2008-09-13 */
	background-color: #fff;
	border: 1px solid black;
	padding: 24px 6px 6px 6px;
	filter:alpha(opacity=98);
	-moz-opacity:.98;
	opacity:.98;
}

#reserveTicket_shadow
{
	z-index: 99;
	position: absolute;
	left: 8px;
	top: 8px;
	width: 412px;
	/* height: 352px; */
	background-color: #000;
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;	
}


#reserveTicket_label
{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	font-weight: bold;
	color: #fff;
	height: 12px;
	width: 404px;
	padding: 4px;
	font-size: 9pt;
}

#reserveTicket_results
{
	font-size: 9pt;
	font-family: Arial;
}

.soldout 
{
	font-size: smaller;
	font-weight: bold;
	color: #c00;
	margin-left: 6px;
	letter-spacing: -1px;
}

div.holiday { width: 75%; padding: 2px 8px; color: #c20000; font-weight: bold; border: 1px solid #c20000; }

