@import url('reset.css');
@import url('text.css');
@import url('jquery.lightbox-0.5.css');
@import url('site.css');

#donateButton {
	outline:none;
	border:none;
}

#donateButton div {
	background:url("../graphics/donate.png") no-repeat 0 0;
	width: 139px;
	height: 112px;
	position: absolute;
	top: 22px;
	right: 139px;
	z-index: 2;
}

#ticketButton div {
	background:url("../graphics/buy-tickets.png") no-repeat 0 0;
	width:159px;
	height:113px;
	position:absolute;
	top: 22px;
	right: -10px;
	z-index:2;
}

* {
	outline:none;
}

.fdpc_wizard_nav ol {
	font-size:12px;
}

.home .fdpc_wizard_step { display: block; }

.home .fdpc_wizard_step.current:before,
.home .fdpc_wizard_step.current:after,
.home .fdpc_wizard_step.incomplete:before,
.home .fdpc_wizard_step.incomplete:after,
.home .fdpc_wizard_step.completed a:after, 
.home .fdpc_wizard_step.completed span:after {
border: none;
}

.home .fdpc_wizard_step.current {
background: none;
color: #000;
text-align: left;
height: 20px;
}

.home .fdpc_wizard_step.incomplete {
background: transparent;
height: 20px;
text-align: left;
}

.home .fdpc_wizard_step.completed a, 
.home .fdpc_wizard_step.completed span {
background: none;
height: 20px;
text-align: left;
padding: 0 .852rem 0 1.378rem;
}


.fdpc_policy_links {
	text-align: center;
}
.ui-widget-overlay {
	z-index: 999;
}