form {
	display: inline;
}

img {
	border: 0;
}

html,body {
	padding: 0;
	margin: 0;
	font: bold 11px "Verdana", sans-serif;
	color: black;
	background: #ffc000;
}

input,select {
	font: normal 10px "Verdana", sans-serif;
	color: black;
	background-color: #fff0c0;
}
table.main {
	border-collapse: collapse;
	width: 500px;
	height: 180px;
}

table.main td {
	padding: 0;
	margin: 0;
	font: bold 11px "Verdana", sans-serif;
	color: black;
	background: #ffc000;
}
.childText {
	font-weight: normal;
}

#typText,#from1Text,#from2Text,#to1Text,#to2Text,#depText,#depTimes11,#depTimes21,#arrText,#prefText,#airText,#psg1Text,#psg2Text,#psg3Text,#psg4Text {
	text-align: right;
}

#depDay,#arrDay {
	width: 4ex;
}

#typ_cesty input,.childGen {
	background:;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

#depDayName,#arrDayName {
	width: 3ex;
	background: none;
	border: 0;
}

#typ_cesty input {
	margin-left: 2ex;
}

#from1,#from2,#to1,#to2 {
	width: 127px;
}
#airlines {
	width: 127px;
}

#pref {
	width: 155px;
}

td,img,select,input {
	vertical-align: middle;
}

span.ajax_div{
  position:absolute;
  background-color:#FFF0C0;
  border:1px solid black;

  height:auto;
}

table.main table.ajax_table{
  background-color:white;
}

table.main table.ajax_table td{
  font-size:10px;
  line-height:11px;
  background-color:#FFF0C0;
}


