SPAN.button_90 TABLE.input_button{width: 90px;}
SPAN.button_90 TABLE.input_button TD.center_side{width: 80px; background-color: transparent;}
SPAN.button_90 TABLE.input_button TD.left_side{background-color: transparent;}
SPAN.button_90 TABLE.input_button TD.right_side{background-color: transparent;}
SPAN.button_90 TABLE.input_button TD.center_side INPUT{width: 80px; background-color: transparent;}

SPAN.button_90 A{ text-decoration: none;}


SPAN.votesubmit TABLE.input_button{width: 120px;}
SPAN.votesubmit TABLE.input_button TD.center_side{width: 110px;}
SPAN.votesubmit TABLE.input_button TD.center_side INPUT{width: 110px; }

.listmini LI
{
	list-style: url(images/li_arrow.gif);
	margin-top: 6px;
	margin-left: 18px;
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: none;
	vertical-align: text-top;
	display: list-item;
}


.f2f_notetext{
	color: #000;
	font-weight: bold;
}


/**** дополнения к f2f_niceforms ****/

/*Для элемента кнопка*/
TABLE.bsearch{
	width: 50px;
}

/*Центральная часть поля*/
TABLE.bsearch TD.center_side{
	width: 40px;
}

/*Само поле для ввода*/
TABLE.bsearch TD.center_side INPUT{
	width: 40px; /*ширина не должна быть меньше ширины центрального поля*/
}
/**** конец дополнения к f2f_niceforms ****/





/*меню белым на черном фоне - главная страница*/
DIV#menu2{
	position: absolute; 
	top: 50px; 
	left: 350px;
	color: #FFF;
	text-align: center;
	width: 270px;
	z-index: 20;
}
DIV#menu2 A
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

DIV#menu1{
	position: absolute;
	top: 55px;
	left: 308px;
	width: 400px;
	z-index: 20;
	text-align: center;
}

DIV#menu1 A
{
	color: #000;
	font-weight: bold;
}

DIV#menu1 A:visited
{
	color: #999;
}

A.menu_active, A.menu_active SPAN
{
	color: #a56201;
	text-decoration: none;
}
