/* -- Forum Search CSS STYLE -- */
.search_cont
{
	position: relative;
	padding: 8px;
	width: 120px;
	float: right;
	text-align: right;
}

.search_form
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 340px;
	display: none;
	background: #000;
}

.text_s .input_text,
#forum_search_forum_br, 
.spec19 select
{
	width: 240px;
	border: 1px solid #DCDCD3;
}

#search_form .forum_tbl,
#search_form .forum_tbl td,
#search_form .forum_tbl 
{
	border: none;
}

#search_form td
{
	padding: 2px;
}

