#chekin {
	position: relative;
	padding: 0px 0 0px 0;
	margin: 0;
	background: url('images/bg-checkin.jpg') no-repeat -1px top;
	height: 123px;
}

#chekin.resa {
	background: url('images/bg-checkin-resa.jpg') no-repeat -1px top;
}


#chekin label {
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	float: left;
}


#chekin h2 {
	float: left;
	font-size: 14px;
	padding: 13px 30px 0 30px;
	margin: 0;
	color: white;
	cursor: pointer;
	color: white;
}

#chekin.chekin h2.active {
	color: #d2001b;
}

#chekin.chekin div.resa {
	display: none;
}

#chekin.resa div.chekin {
	display: none;
}


#chekin form {
	display: none;
	clear: both;
	margin: 0px 0 0 0;
	padding: 35px 0 0 10px;
}


#chekin.chekin form.chekin {
	display: block;
}


#chekin.resa form.resa {
	display: block;
}


#chekin fieldset {
	border: none;
}

#chekin select, #chekin input {
	font-size: 11px;
}

#chekinform label {
	margin-left: 20px;
}


