@charset "utf-8";
input.search {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.searchheader {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFCC00;
	background: #CC3300;
	text-align: center;
	border: none;
	vertical-align: middle;
}

input.newsletter {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #FFF;
	text-align: center;
	border: thin;
	border-color: #000000;
	border-style: solid;
}


.searchinputfield {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}

.newsletterinputfield {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: thin;
	border-color: #000000;
	border-style: solid;
}

.options_bg {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DCD5C5;
	border: 2px solid #999966;
	font-weight: bold;
	border-top: none;
}	
a.advanced_link:link {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999966;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
a.advanced_link:visited {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999966;
	background-color: #FFFFFF;
	text-decoration: none;
}	
a.advanced_link:hover {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #75754F;
	background-color: #FFFFFF;
	text-decoration: none;
}
a.advanced_link:active {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999966;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.options_link:link {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DCD5C5;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.options_link:visited {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DCD5C5;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	
a.options_link:hover {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DCD5C5;
	font-weight: bold;
	color: #75754F;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.options_link:active {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DCD5C5;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.absolute_position {
	position: absolute;
	left: 0px;
	top: 0px;
}

.replacement-1 {
	width: 30px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color: transparent;
	background-image: url(images/search_box_GO.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
