/************************************* Content */
#content_container {
	background-image: url(/img/content_container_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 47px;
}
h2 {
	font-size: 1.2em; /* 12px */
	line-height: 1.5em; /* 18px */
	color: #0093d0;
}
h3 {
	margin-top: 18px;
}
#col1 {
	width: 210px;
	float: left;
	margin-bottom: 36px;
	padding-left: 264px;
}
#col2 {
	width: 210px;
	float: right;
	margin-bottom: 36px;
	padding-right: 18px;
	overflow: visible;
}
/************************************* Forms */
form {
	padding-top: 0;
	background: url(none);
	overflow: auto;
}
input.search {
	width: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%; /* 16px */
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #DDD;
	padding-left: 2px;
	height: 1.6em;
	float: left;
}
input.button {
	float: right;
	margin-left: 0;
	padding: 0;
}
div.autocomplete {
	margin: 0;
	padding: 0;
	background: #fff;
	position: absolute;
}
div.autocomplete ul {
	width: 125px;
	border: 1px solid #C3C3C3;
	margin: 0;
	padding:0;
	list-style-type:none;
}
div.autocomplete ul li.selected {
	background-color:#ffb;
}
div.autocomplete ul li {
	margin:0;
	padding:2px;
	display:block;
	list-style-type:none;
	cursor:pointer;
}
