@charset "UTF-8";
/* CSS Document */

div#waitBox {
	position: absolute;
	background-color: #0E7173;
	width: 100%;
	height: 100%;
}


div#waitContent {
	width:	814px;
	height: 205px;
	padding-top: 140px;
	margin: 125px auto 0px auto;
	background: url(http://airlineticketcentre.ca/images/bg_wait.gif) center top no-repeat;
}

div#waitContent h1 {
	text-indent: -9999px;
	background: url(http://airlineticketcentre.ca/images/h1_waiting.gif) center top no-repeat;
	width: 506px;
	height: 23px;
	display: block;
	margin: 0px auto 30px auto;
}

.loaderWheel {
	width: 71px;
	height: 71px;
	margin: 0px auto;
}

