#wrapper {
	background: #fff url(/widget/images/top_bg.png) repeat-x left 40px;
}
#header {
	min-height: 40px;
	padding: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#header p {
	padding-bottom: 2px;
}
#header h1 {
	line-height: 1.1em;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 50%;
}
#powered-by {
	float: right;
	width: 50%;
	text-align: center;
}
#powered-by p {
	font-style: italic;
}
#main {
	clear: both;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#rssForm {
	padding: 0 8px;
	position: relative;
	zoom: 1;
}
h2 {
	font-weight: bold;
	padding: 5px 8px;
}
.hidden {
	position: absolute;
	margin-left: -9999px;
}
.fld {
	position: relative;
	padding-left: 50px;
	min-height: 20px;
}
.fld select, .fld input {
	position: absolute;
	left: 0;
	font-size: 1em;
	margin-top: -1px;
	color: #4e4e4e;
}
.fld select {
	width: 45px;
	height: 1.6em;
}
.fld input {
	padding: 1px;
	width: 39px;
	height: 1.1em;
}
.fld .lbl {
	display: inline;
	margin-top: 3px;
}
#submitBtn {
	position: absolute;
	bottom: 0;
	right: 5px;
	padding: 0 2px;
	overflow: visible;
	font-size: .9em;
}
div.hr {
	margin: 5px 0;
	width: 100%;
	border: none;
	height: 3px;
}
div.hr hr {
	display: none;
}
.ajax_loader {
	padding-left: 50%;
	margin: 50px 0 0 -15px;
}
#results {
	padding: 0 3px 7px 8px;
}
#results dl {
	height: 100%;
	overflow: auto;
	padding-right: 5px;
}
#results dt {
	font-weight: bold;
}
#results dd {
	margin-bottom: 4px;
}
.footer-link {
	margin-left: -999px;
	position: absolute;
	bottom: 0;
}