/* ********** */
/* ********** Out */
/* ********** */


/* ********** */
/* ********** Out */
/* ********** */
body
{
	background: #ffffff;
	background-repeat: no-repeat;
	margin-top: 150px;
	background-image: url( 'airlinezetline2.png' );
}

body.out
{
	background: #ffffff;
	background-image: url( 'airlinezetline2.png' );
}
@media all and (min-width: 811px)
{
	div.outBox
	{
		position: absolute;
		top: 79px;
		left: 50%;
		margin-left: -350px;
		width: 700px;
		min-height: 400px;
		background: #2c3e50;
		border-radius: 10px;
		color: #FFFFFF;
		font-weight: bold;
	}
	div.outBoxIn
	{
		padding: 100px 59px 0 30px;
	}
	div.outShadow
	{
		display: none;
	}
}
@media all and (max-width: 810px)
{
	div.outBox
	{
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: -150px;
		width: 300px;
		min-height: 448px;
		background: #2c3e50;
		border-radius: 10px;
	}
	div.outBoxIn
	{
		padding: 130px 15px 0 15px;
	}
	div.outShadow
	{
		display: none;
	}
}
div.outTitle
{
	color: #f9f6f6;
}
div.outText
{
	color: #f9f6f6;
}
div.outLogo
{
	margin-top: 10px;
	display: block;
	position: absolute;
	top: 90px;
	right:80px;
	background: #ffffff;
	padding: 10px;
	border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px 6px 6px 6px;
border: 0px solid #000000;
	
}
div.outApp
{
	display: none;
}
a.outLogin,a.outLogin:visited,a.outLogin:active,a.outLogin:hover
{
	font-family: Flexo-Regular,arial;
	font-size: 13px;
	color: #0b0a0a;
	text-align: center;
	text-decoration: none;
    font-weight:bold;
	display: block;
	width: 124px;
	line-height: 40px;
	outline: 0;
	border-radius: 10px;
	border: 0;
	background:#ff0;
	
	
}