form#fsearch { display:block; margin:0 auto 8px auto; padding:0; width:100%; background-color:#FFFFFF; }
form#fsearch > fieldset { display:block; border:1px solid #228A89; }
form#fsearch > fieldset > legend { font-family: "Comic Sans MS", Arial, Verdana; font-size:14px; font-weight:bold; color:#1D8786; margin-left:8px; padding:0 8px; }
form#fsearch > fieldset > div { margin:0 0 4px 0; min-height:22px; line-height: 20px; clear:both; }
form#fsearch > fieldset .zg { color:#800000; font-weight:bold; line-height:20px; vertical-align:middle; }
form#fsearch select.countries { width:30%; margin:0 4px; }
form#fsearch input { line-height:1.2; vertical-align:middle; }
form#fsearch input[type="button"], form.oldcity_form input[type="submit"], form.oldcity_form input[type="reset"] { font-weight: bold; color:#ffffff; }
form#fsearch input.reset { color:#e6e6e6; background-color:#28a4a4; }
form#fsearch input.date_input {
	width:100px;
	height:18px;
	background:#FFFFFF url(/img/cal01.gif) no-repeat right center;
	cursor:pointer;
}
div.divButtons { height:40px; border-top:1px dashed #FF9000; }
form#fsearch input[type="submit"], form#fsearch input[type="button"], form#fsearch input[type="reset"] {
	margin-top:1px;
	margin-right:1px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:700;
	color: #000000;
	text-shadow: 0 -1px rgba(0,0,0,.1);
	padding:0;
	border:none;
	border-radius:4px;
	background: #FDB813;
	box-shadow: inset #FF8D1C 0 -1px 1px, inset 0 2px 2px #FFCC99, #FFA433 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
	width:67px; height:20px;
	line-height: 20px;
}
form#fsearch input.reset {
	color: #FFFFFF;
	font-size:11px;
	font-weight:bold;
	width:44px;
	margin-left:20px;
	background: #FFB366;
}
form#fsearch input[type="submit"]:hover {
	margin-top:0px;
	margin-right:0px;
	
}
div.divButtons > input[type="button"] { height:26px; float:right; margin-right:4px; }
div.embedRight { display:inline-block; float:right; margin-right:4px; }
.set_today {
	display:inline-block;
	width:16px;
	height:16px;
	margin-right:1em;
	background:transparent url(/img/clock.png) no-repeat center center;
	border:none;
	cursor:pointer;
}