<style type="text/css">
#main_top {
  margin-left: 20px;
  max-height: 999999px; 
}

#ajax1 {
//  margin-top: 20px;
}

#taikai_name {
  font-size: 14px;
  height: 40px;
	//text-align:right;
}
.selHolder { float: left; margin-left: 0px;}

.clear {clear:both;}

#team {
  width: 180px;
  height: 30px;
	//text-align:right;
}

#search_result {
//  font-size: 14px;
  color: blue;
  font-weight: bold;
}

select {
	width: 120px;
  height: 30px;
}
.noPrint {
	line-height: 2.5;
}
.ui-helper-hidden-accessible { 
	display:none; 
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0 0 5px;
  margin: 2px 0 0 5px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}


</style>