@charset "utf-8";
/* CSS Document */



#superstay, #superstay input {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	line-height:17px;
}

#superstay input {
	font-weight:bold;
	font-size:14px;
	line-height:27px;
}


#landing {
	background:#FFFFFF url(../images/landing-bg.jpg) bottom right no-repeat;
	padding:81px 409px 15px 32px;
}

#landing #content {
	padding-left:33px;
}

#landing #content p, 
#form p {
	width:420px;
	margin-bottom:20px;
}

#footnote {
	margin-top:80px;
	font-size:12px;
}



#form {
	background:#FFFFFF url(../images/form-page-bg.jpg) top right no-repeat;
	padding:56px 363px 20px 55px;
}

#form .form_row {
	display:block; 
	margin:0px 0px 20px 0px;
	padding:0px;
	height:27px;
}

#form .form_label {
	width:131px; 
	padding:0; 
	margin:0 18px 0 0;
	float:left;
	height:27px;
	text-align:right;
}

#form .form_field {
	width:386px;
	float:left;
	margin:0;
	padding:0;
	height:27px;
}

#form .form_field input {
	width:356px;
	height:27px;
	border:0;
	margin:0;
	padding:0 15px 0 15px;
	background:transparent url(../images/formfield-bg.png) top left no-repeat;
}


#form .state_field {
	width:178px;
	margin:0;
	padding:0;
	float:left;
}

#form .state_field select {
	/*
	width:161px;
	background:url(../images/formselect-bg.png) top left no-repeat;
	*/
	font-size:13px;
	margin:0;
	padding:0;
	color:#878787;
	font-weight:bold;
	text-transform:uppercase;
}

#form .postcode_field {
	width:208px;
	margin:0;
	padding:0;
	float:left;
}

#form .postcode_label {
	width:90px;
	float:left;
	margin:0;
	padding:0;
}

#form .postcode_input {
	width:116px;
	float:left;
	margin:0;
	padding:0;
}

#form .postcode_input input {
	width:86px;
	height:27px;
	border:0;
	margin:0;
	padding:0 15px 0 15px;
	background:url(../images/postcode-input-bg.png) top left no-repeat;
}


#form .form_field input:focus, 
#form .state_field select:focus, 
#form .postcode_input input:focus, 
a:focus, 
img:focus {
	outline:none;
}


#form_buttons {
	margin-left:139px;
	height:29px;
}


#form .error, 
#form .error_postcode {
	height:20px;
	padding:0 0 0 155px;
	color:#e21283;
	font-weight:normal;
	font-size:12px;
	display:none;
}

#form .error_postcode {
	padding:0 0 5px 320px;
}





#thanks {
	background:#FFFFFF url(../images/form-page-bg.jpg) top right no-repeat;
	padding:52px 0px 150px 50px;
}

#thanks #signup {
	width:382px;
	height:105px;
	padding:21px 17px 5px 17px;
	overflow:hidden;
	color:#FFFFFF;
	line-height:16px;
	background:#cf0b76 url(../images/signup-bg.png) top right no-repeat;
}




.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
