/*Autocomplete*/
input.eform30,
input.eform115,
input.eform200,
input.eform500 {
	border:1px solid #999;
	padding: 2px;
}
select {
	border:1px solid #999;
	padding: 1px;
}

.ac_results {
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;

	padding: 1px;
	width:300px;

	border:1px solid #997861;

	background-color: #FFF;
	overflow: hidden;
	color:#000;
	position:absolute;
}

.ac_results ul {
/*
	width:100%;
*/
	-width:auto;
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.ac_results li {
	display:block;
	padding: 2px 0px;
/*
	width:100%;
	-width:auto;
*/
	white-space: nowrap;
	color: #545454;
	overflow: hidden;
}
.ac_results li div.ac_line {
	overflow: hidden;
	padding:0px 4px;
}
.ac_results li div.ac_line span.ac_left {
	float:left;
}
.ac_results li div.ac_line span.ac_right {
	float:right;
}

/* hotels spec */
.ac_results li div.ac_line strong {
	float: left;
	clear: none;
	width: 200px;
}
.ac_results li div.ac_line span.ac_hotels_align {
	float: left;
	clear: right;
	position: relative;
	right: 0px;
	width: 100px;
	text-align: right;
}
/* hotels spec */

.ac_results li.ac_over {
	background-color: #EEE;
	color:#000;
	cursor:pointer;
}
.ac_results li.ac_over * {
	color:#000;
}
.ac_results iframe {
	display:none;
	display/**/:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_loading {
	background : #fff url('http://bilety.fly.pl/fly/images/ajax-loader-small.gif') right center no-repeat;
	border: 1px solid #7F9DB9;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 2px 1px;
}
#ac_loading {
	position:absolute;
	width:115px; -width:120px;
	height:20px;
	background : transparent url('http://bilety.fly.pl/fly/images/ajax-loader.gif') right center no-repeat;
}

.ajax-loading {
	display:block;
	width: 16px;
	height:16px;
	background:transparent url(http://bilety.fly.pl/fly/images/ajax-loader-small.gif) no-repeat 50% 50%;
}
.ajax-loading-select {
	background:#ffffcc !important;
	border:1px solid #999;
}
.calculate-button {
	float:right;
	clear:none;
	width:94px;
	height:23px;
}
#pricing-progress {
	display:inline;
	float:right;
	clear:none;
	height:23px;
	width:23px;
}

.payBank {
	overflow:auto;
}
.payBank a.img {
	float:left;
	height:24px;
	width:32px;
}

.inactive {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.bold {
	font-weight: bold !important;
}


.error {
	color: #b90016;
}
select.error {

}
input.error {

}
.active-sorting {
	background: #ff8d41;
	color: #fff;
}
.overnight {
	color: #b90016;
	border-bottom: 1px dotted #b90016;
	cursor: help;
}
.changed {
	color: #b90016;
	border-bottom: 1px dotted #b90016;
	cursor: help;
}
.tip {
	border: 1px solid #997861;
	background: #fff8eb;
	padding: 6px;
	position: absolute;
	width: 180px;
	height: auto;
}
#msg-box {
	border: 1px solid #997861;
	background: #b90016;
	color: #fff;
	padding: 6px;
	margin-bottom: 10px;
}
#msg-box h2 {
	font-size: 12px;
	margin: 5px 0px;
}