/**** дополнения к f2f_niceforms ****/
/*Для элемента кнопка*/
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.button_110 TABLE.input_button{width: 130px;}
SPAN.button_110 TABLE.input_button TD.center_side{width: 120px; background-color: transparent; text-align: center;}
SPAN.button_110 TABLE.input_button TD.left_side{background-color: transparent;}
SPAN.button_110 TABLE.input_button TD.right_side{background-color: transparent;}
SPAN.button_110 TABLE.input_button TD.center_side INPUT{width: 120px; background-color: transparent;}
SPAN.button_110 A{ text-decoration: none;}

SPAN.subscribesubmit TABLE.input_button{
	width: 110px;

}

SPAN.subscribesubmit TABLE.input_button TD.center_side{width: 100px; background-color: transparent;}
SPAN.subscribesubmit TABLE.input_button TD.left_side{background-color: transparent;}
SPAN.subscribesubmit TABLE.input_button TD.right_side{background-color: transparent;}
SPAN.subscribesubmit TABLE.input_button TD.center_side INPUT{width: 100px; }


SPAN.subscribeemail TABLE.input_text TD.center_side INPUT{color: #888;background-color: transparent;}
SPAN.subscribeemail TABLE.input_text TD.right_side{background-color: transparent;}
SPAN.subscribeemail TABLE.input_text TD.left_side{background-color: transparent;}

SPAN.searchinput TABLE.input_text{width: 160px;background-color: transparent;}
SPAN.searchinput TABLE.input_text TD.center_side{width: 140px; background-color: transparent;}
SPAN.searchinput TABLE.input_text TD.left_side{background-color: transparent;}
SPAN.searchinput TABLE.input_text TD.right_side{background-color: transparent;}
SPAN.searchinput TABLE.input_text TD.center_side INPUT{width: 140px; background-color: transparent;}
SPAN.searchinput A{ text-decoration: none;}









/*меню белым на черном фоне - главная страница*/
DIV#menu2{
	position: absolute; 
	top: 250px; 
	left: 560px;
	color: #FFF;
	text-align: center;
	width: 270px;
}
DIV#menu2 A
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/*меню черным на белом фоне - главная страница*/
DIV#menu1{
	position: absolute; 
	top: 255px; 
	left: 140px;
	text-align: center;
	width: 380px;
}
DIV#menu1 A
{
	color: #000;
	font-weight: bold;
}
DIV#menu1 A
{
	color: #999;
}

/*Кнопка принятия поиска на главной странице*/
DIV#searchbutton{
	position: absolute;
	left: 590px;
	top: 164px;
	width: 200px;
}

DIV#searchbutton INPUT{	width: 100px;}

/*поле для ввода строки поиска*/
DIV#searchfield{
	position: absolute;
	left: 590px;
	top: 136px;
	width: 200px;
}

/*DIV#searchfield INPUT{ width: 130px;}*/

/*метка для поиска*/
DIV#searchlable{
	position: absolute;
	left: 590px;
	top: 116px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	width: 200px;
}

/*Кнопка принятия выбора форума на главной странице*/
DIV#forumbutton{
	position: absolute;
	left: 390px;
	top: 164px;
	width: 170px;
}

DIV#forumbutton INPUT{	width: 110px;}

/*Кнопка принятия выбора форума на главной странице*/
DIV#forumselect{
	position: absolute;
	left: 390px;
	top: 136px;
	text-align: right;
	width: 170px;
}
/*метка для форума*/
DIV#forumlable{
	position: absolute;
	left: 390px;
	top: 116px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 170px;
}

/*Кнопка принятия подписки на главной странице*/
DIV#subscribebutton{
	position: absolute;
	left: 130px;
	top: 164px;
/*	text-align: right;*/
	width: 200px;
}

/*DIV#subscribebutton INPUT{	width: 100px;}*/

/*поле для ввода email для подписки*/
DIV#subscribefield{
	position: absolute;
	left: 130px;
	top: 136px;
	/*text-align: right;*/
	width: 200px;
}


/*метка для подписки*/
DIV#subscribelable{
	position: absolute;
	left: 160px;
	top: 116px;
	color: #000;
	font-weight: bold;
	text-align: left;
	width: 200px;
}

DIV#banners_block_left{
	width:115px; 
	height: 410px; 
	position: relative; 
	left: 0px; 
	top: -52px; 
	vertical-align: top;
 }
