body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
}

*:link, *:visited, *:hover, *:active, *:focus 
{
	-webkit-transition: color .25s linear, background-color .25s linear, border-color .25s linear; 
	transition: color .25s linear, background-color .25s linear, border-color .25s linear;
}

*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
}

form *
{
	color: #767676;
	font-size: 11px;
}

form .txt, form .chk, #_qantas_fflyer_pin
{
	position: relative;
	zoom: 1;
}

form .txt label
{
position: absolute;
top: 0;
*top: 7px;
left: 7px;
cursor: auto;
}
#_qantas_myb_login_fields label{
	position: relative;
	left: 0;
	padding: 3px 1px;
	font-size: 12px;
}

form .txt input
{
	border: 1px solid #ccc;				
	padding: 5px;
	color: #333333;
	margin: 5px 0 5px 0;
	font-size: 12px;
	
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
		
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}

form .txt input:focus,
form .txt input:hover
{
	border: 1px solid #aaa;
}

form .txt.active label,
form .chk input
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

form .chk label
{
	display: inline-block;
	background: transparent url(http://www.qantas.com.au/img/common/icon/form-sprites.png) no-repeat left -100px;
	padding: 3px 0 3px 25px;
	cursor: pointer;
}

form .chk.active label
{
	background: transparent url(http://www.qantas.com.au/img/common/icon/form-sprites.png) no-repeat left -150px;
}
label.hidden{
	position: absolute;
	left: -99999px !important;
}
form button
{
	display: inline-block;
	*overflow: visible;
	font-weight: bold;
	padding: 8px 16px;
	font-size: 12px;
	color: #fff;
	border:0 none;
	background-color: #dd0000;
	background: linear-gradient(top, #ed1c23 0%,#dd0000 100%);
	background: -moz-linear-gradient(top, #ed1c23 0%, #dd0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1c23), color-stop(100%,#dd0000));
	background: -webkit-linear-gradient(top, #ed1c23 0%,#dd0000 100%);
	background: -ms-linear-gradient(top, #ed1c23 0%,#dd0000 100%);
	background: -o-linear-gradient(top, #ed1c23 0%,#dd0000 100%);
	cursor: pointer;
}

form button:hover
{
	background-color: #ed1c24;
	background: linear-gradient(top, #ed1c23 0%,#ed1c24 100%);
	background: -moz-linear-gradient(top, #ed1c23 0%, #ed1c24 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed1c23), color-stop(100%,#ed1c24));
	background: -webkit-linear-gradient(top, #ed1c23 0%,#ed1c24 100%);
	background: -ms-linear-gradient(top, #ed1c23 0%,#ed1c24 100%);
	background: -o-linear-gradient(top, #ed1c23 0%,#ed1c24 100%);
}
			
form button:focus
{
	background-color: #cc0000;
	background: linear-gradient(top, #cc0000 0%,#cc0000 100%);
	background: -moz-linear-gradient(top, #cc0000 0%, #cc0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#cc0000));
	background: -webkit-linear-gradient(top, #cc0000 0%,#cc0000 100%);
	background: -ms-linear-gradient(top, #cc0000 0%,#cc0000 100%);
	background: -o-linear-gradient(top, #cc0000 0%,#cc0000 100%);
}
#_qantas_myb_login_head,
#_qantas_myb_login_fields,
#_qantas_myb_button
{
	padding: 5px 10px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
{
position: relative;
left: 0;
padding: 3px 1px;
}	
#_qantas_myb_login_head
{
	border-top: 1px solid #ddd;
}
#_qantas_myb_login_title
{
	font-size: 14px;
	font-weight: bold;
}

#_qantas_fflyer_login_brief
{
	font-size: 11px;
	color: #767676;
}	

#_qantas_myb_button {
    background-color: #F5F5F5;
    position: relative;
}

#_qantas_myb_login_btn {
    float: right;
}



#_qantas_myb_login_form form
{
	margin: 0;
	padding: 0;
}
	#_qantas_myb_login_form input
	{
		width: 100%;
		*width: 155px;
	}
	
	

.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }