/*== Inflight homepage =======================================================*/
.container
{
	width:596px; height:auto;
}

.destPageCont h1
{
	font-size:16px; 
	font-family:Verdana; 
	color:#666666; 
	font-weight:bold; 
	margin-top:10px; 
	margin-bottom:10px;
}	
		
.destPageCont h2 
{
	font-size:16px; 
	font-family:Verdana; 
	color:#666666; 
	font-weight:bold; 
	margin-top:10px; 
	margin-bottom:7px;
}		

#navigation
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	height:auto;
	width:596px;
}

#navigation li 
{
	float:left;
	margin:0px;
}

.content
{
	width:574px;
	border-left:1px solid #ee2e24;
	border-right:1px solid #ee2e24;
	padding:10px;
	margin:-2px 0 0 0;
	position:relative;
}

.class1
{
	display:none;
}


/*== Champagne order page =====================================================*/
/*INPUT.txt 
{ 
	FONT-SIZE:10px; 
	MARGIN:5px 0px; 
	WIDTH:280px; 
	COLOR:#666;  
}

SELECT.inflight 
{ 
	FONT-SIZE:10px; 
	MARGIN:5px 0px; 
	WIDTH:285px; 
	COLOR:#666;  
}

FORM LABEL 
{ 
	PADDING-RIGHT:10px; 
	FLOAT:left; 
	WIDTH:35%; 
	PADDING-TOP:6px; 
	TEXT-ALIGN:right 
}*/

.errorMes 
{ 
	PADDING-BOTTOM:5px;
	COLOR:#ff0000;
	PADDING-TOP:5px 
}
			
.messageText
{				
	width:485px;
	height:150px;
	background-color:#FFCCFF;
	padding:5px 5px 5px 5px;
	margin-bottom:5px;			
}