.search_button_link a
{ 
	margin: 10px 0px 0px 32px;
	display: block;
	color: #232323;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.0;
}

.search_button_link a:hover
{
color: #232323;
}

.search_background
{
	opacity: 0.8;
	filter: alpha(opacity = 80);
	background: black;
	position: absolute;
	display: none;
}

.search_container
{
	position: absolute;
	display: none;
}

.search_container *
{
	line-height: 1.0;
}

.search_container_close_image
{
	padding: 3px 5px 0px 0px;
}

.search_container_close_text a
{
	color: #f7ddbe;
}

.search_container_close_text a:hover
{
	color: white;
}

.search_container_form
{
	border: 2px solid white;
	padding: 40px;
	background: #373737;
}

.search_content_combobox
{
	width: 200px;
}

.search_content_combobox, .search_content_combobox *
{
	color: black;
}

.search_content_button
{
	padding: 2px 10px 2px 10px;
	color: black;
	line-height: 1.0;
	font-weight: bold;
}