#example .demo-container {
	padding: 60px 10px 10px;
	width: 570px;
	background: url("Images/bg_image.png") no-repeat 0 0;
	border-radius: 5px;
}

.demo-container label {
	display: inline-block;
}

#example .demo-container .first {
	margin-left: 0;
}

.clear {
	zoom: 1;
}

	.clear:after {
		content: "";
		display: block;
		clear: both;
	}

.demo-container .inputWrapper {
	float: left;
	margin-left: 30px;
	position: relative;
}

.demo-container .RadWizard {
	*width: 550px !important;
	*height: 320px !important;
}

.demo-container .RadWizard .rwzContent {
	overflow: visible;
}

.place,
.date,
.passengerName,
.baggage {
	padding: 20px 0;
}

.date,
.baggage {
	border-top: 1px solid #a6bcc3;
	border-bottom: 1px solid #a6bcc3;
}

#Flight {
	padding: 30px 0;
}

#Flight .validation {
	display: block;
}

html .demo-container .rlbHeader,
.demo-container .header {
	padding-top: 5px;
	padding-left: 10px;
	background-color: #2dabc1;
	color: #a8e7f2;
	border-radius: 4px 4px 0 0;
}

.demo-container .RadListBox .rlbTemplateContainer {
	border: 0;
	background: #eeeeee;
}

.demo-container .rlbBody .rlbGroup {
	height: auto !important;
}

.demo-container .rlbGroup {
	line-height: 30px;
}

.demo-container .flightCourse,
#Payment .inputWrapper {
	background: #eeeeee;
}

.demo-container .flightCourse .footer,
#Payment .inputWrapper .footer {
	background-color: #c1c1c1;
}

#Payment .inputWrapper {
	width: 260px;
	margin-bottom: 20px;
}

#Payment span {
	display: block;
	line-height: 28px;
	padding: 0 10px;
}

.compareValidator {
	clear: both;
	*zoom: 1;
}
