/*===================================================*/
/*===========           user styles         =========*/
/*===================================================*/
#input_oldCity {
	width: 300px;
	height: 50px;
}
#oldCity_rez{
	display: none;
}
.oldCity, .foundOddEven, .found_odd , .required{
	display: block;
	position: relative;
}
.found_odd {
	width: 50%;
}
.found_even{
	display: block;
	position: absolute;
	width: 50%;
	top: 2.5em;
	*top: 1.9em;
  right: 0px;
	margin-top: 2px;
}
.title_oldCity {
	border: 1px solid white;
	height: 2.5em;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: .5em 0 0 0;
}
.required, .oc_found {
	border: 1px solid white;
	padding: .1em 0 .1em .5em;
}
.required {
	background: #e8e8e8;
	height: 2em;  
}
.oc_found {
  background: #9b8181;
  color: #FFFFFF;
  cursor: pointer;
  display: -moz-stack; /* for old firefox versions (ver<3) */
  display: inline-block;
  height: 40px;
  position: relative;
  text-align: left;
  vertical-align: bottom;
  width: 236px;
}
.selected{
	background: #d0f5c9;
	color: #9b1d20;
}
.over{
	background: #c3c6d6;
	color: green;
}
.btn_goChoose {
  background-color: #9b1d20;
	cursor: pointer;
  color: #ffffcc;
	font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100px;
  margin-top: 10px;
}
.btn_goChoose_over{
	background-color: #751618;
}
.btn_goChoose_down{
	background-color: #ffffcc;
  color: #751618;
}

.oldCityNames {

}

.oldCityNamesHidden{
	background: transparent;
	visibility: none;
}
.oc_found { /* ie 7 inline-block hack */
  zoom: 1;
  *display:inline;  
}
