/* search_summary ----------------------------------------------------------*/
#search_summary {
background:transparent url(http://www.wego.com/images/info/wg_headerbg.gif) repeat-x scroll 0% 0%;
border:1px solid #D3D3D3;
margin:0 0 5px;
}
#search_summary h3 {
margin:0pt 5px 5px;
padding:5px 0pt;
}
#search_summary h3 em{
  color:#359302;
  font-weight:bold;
  font-style:normal;
}
#search_summary h3 a{
  font-weight:normal;
}

#search_summary form fieldset {
	border-top:1px dotted #999999;
	margin:0pt 5px 5px 5px;
	padding:5px 0 0;
}

#search_summary label{
	font-weight:bold;
	font-size:12px;
}

#search_summary form input {
border:1px solid #999999;
padding:3px;
}
#search_summary form input.date {
background:transparent url(http://www.wego.com/images/home/wg_cal.gif) no-repeat scroll right 50%;
width:85px;
}
#search_summary form input.date:focus {
background-color:#FFF799;
color:#003F89;
}
#search_summary form input.date:hover {
background-color:#FFF799;
}

#search_summary form input#wg_origin_ac ,
#search_summary form input#wg_destination_ac {
  color:#027ffb;
  font-weight:bold;
  font-size:12px;
	width:230px;
}
#search_summary form button {
background:transparent url(http://www.wego.com/images/home/wg_orangebutton-sml.gif) repeat scroll 0%;
border:medium none;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
height:21px;
width:54px;
cursor:pointer;
}

#search_summary .date.disabled, 
#search_summary .disabled{ 
	background-color: #F0F0F0;
	color: #aaaaaa; 
}
