#popUp{
	margin:0 auto;
	width:400px;
	height:480px;
	background:url("../images/popUpBg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #2b75a6;
}
p.initial-state{
	color:#ffffff !important;
	font-size:14px;
	padding:55px 50px 0px 50px;
	text-align:left;
}
.formInput{
	width:300px;
	margin:0 auto;
	color:#ffffff !important;
	font-size:14px;
	padding:20px 30px 20px 30px;
}
.postcode {
	float:left;
	width:145px;
	
}
.state{
	float:right;
	width:146px;
}
.postcode input{
	width:60px;
}

.formIdivnputSm {
	text-align:right;
	padding:10px 0px
}
.popUpSubmit button, .popUpSubmit input[type="button"], .popUpSubmit input[type="reset"], .popUpSubmit input[type="submit"]{
	border:none;
	padding:5px 10px 5px 10px;
	background-color:#fa8b00;
	font-weight:bold;
	color:#ffffff;
	/*margin-top:150px;*/
}

#thanks{
	margin:0 auto;
	width:400px;
	background:url("../images/popUpBg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display:none;
	color:#ffffff;
	padding-top:50px;
	padding-bottom:50px;
}

#thanksText{
	margin:0 auto;
	padding:20px;
	color:ffffff;
	font-weight:bold;
}
#ac-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
}
#popup{	
	margin:0 auto;
	width: 400px;
	height: 480px;
	position: relative;
	top: 150px;
	
}
#popUpBackground{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1001;
	background: rgba(0,0,0,.6);
}
/*#flightstab, #addFlight{
	display: none !important;
}*/
