div.main_container {
	width: 888px;
	color: #114a69;
}

div.step {
	display: block;
	width: 113px;
	height: 26px;
	overflow: hidden;
	background: url(/images/ful_inact.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	z-index: 25;
}

.step_container {
	display: none;
	color: #114a69;
	margin: -5px auto 0px auto;
	*margin: -24px auto 0px auto;
	text-align: center;
	border: 2px solid #94bbd0;
	padding-bottom: 10px;
	width: 700px;
	background: url(/images/bg_stepcont.gif) repeat-x;
	background-position: bottom;
}

.step_container h3{
	margin-top: 20px;
}

.jobbra{
	text-align: right;
	/*background: #114a69;
	color: #ffffff;
	border: 1px solid #114a69;*/
}

.balra{
	text-align: left;
	padding-left: 30px;
}

.kozepre, .ures{
	text-align: center;
	background-color: #94bbd0;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.ures{
	background: url(/images/bg_input.gif);
}

.inputbox_wide {
	width: 22em; 
	text-align: right;
}

.cell_padding{
	margin-right: 10px;
}

.reservation tr, .reservation td{
	height: 45px;
}

#details tr, #details td{
 	height: 35px;
	padding-top: 7px;
	padding-bottom: 7px;
 }

.reservation input, reservation select{
	border: 1px solid #94bbd0;
	padding-right: 5px;
	text-align: right;
}

.errorikon{
	display: none;
	float: right;
	margin-right: 10px;
}

.actready{
	display: none;
	position: relative;
	z-index: 50;
}

#freemessage{
	display: none;
	color: #ff0000; 
	font-weight: bold;
	font-size: 17px;
	background: #f1f1f1;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #ddd;
}
.info_arrival, .info_transfer{
	display: none;
	position: absolute;
	text-align: justify;
	font-size: 9px;
	background: #f0f0f0;
	border: 3px solid #114a69;
	top: 400px;
	left: 600px;
	padding: 5px 5px 5px 5px;
	line-height: 11px;
	z-index: 10001;
}

.info_transfer{
	width: 350px;
	height: 68px;
}

.info_arrival{
	width: 450px;
	height: 220px;
}

.info_arrival ul, ol{
	margin: 5px 0 5px 20px;
}