.suggestField {
	position: relative;
	background: White;
	border-radius: 5px; }
.suggestField input { z-index: 6; position: relative; display: block; width: 100%; padding: 0 8px; background: transparent; color: black; }
.suggestField input {/* IE */ background-image: url(data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D); }
.suggestField input[tabindex] { z-index: 5; position: absolute; top: 0; left: 0; background: transparent; color: silver; }
#form_aviaSearch .directionFrom .suggestField input[tabindex] { width: 271px; }
#form_aviaSearch .round .directionFrom .suggestField input[tabindex] { width: 182px; }
#form_aviaSearch .round .directionTo .suggestField input[tabindex] { width: 172px; }
