html, body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body
{
	color:#002157;
}

#container
{
	height: 480px;	
	width: 840px;
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
}
.welcome
{
	background-image: url(/images/welcome.jpg);
	background-repeat: no-repeat;
	padding-top: 29px;
	margin-top: 20px;
	margin-bottom: 19px;
	font-size: 12px;
}
#formWrapper
{
	background-color: #eff7fd;
	height: 190px;
	border-top: 1px solid #62b4e8;
	border-bottom: 1px solid #62b4e8;
}
#flashWrapper
{
	width: 192px;
	height: 190px;
	float: right;
}

.formContainer
{
	
	float: left;
	width: 648px;
}

.formContainer table
{
	margin: 30px 0 0 13px;
}

select
{
	width: 140px !important;
	margin-right: 15px;
	float: none;
}

.airlineLogo
{
	text-align: center;
	padding-bottom:4px;
}

.airlineLogo img
{
	margin-right: 13px;
}

.button
{
	cursor: pointer;
	margin-top: 10px;
}

.button:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #bfce00;
	border-bottom: 1px solid #879100;
	border-right: 1px solid #879100;
	border-top: 1px solid #ced93b;
	border-left: 1px solid #ced93b;
}

.topLogos
{
	height: 30px;
	background-image: url(/images/topLogos.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.getFlash
{
	background-image: url(/images/flashplayer2.gif);
	background-position: left 25px;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 30px;
	height: 42px;
	color: #7D7D7D;
}

a
{
	color: #62B4E8;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

.bottomLinks
{
	height: 50px;
	float: right;
}
