#str_middle_userblock
{
	line-height: 40px;
	float: left;
}

#str_middle_menu_secondary
{
	line-height: 40px;
	text-align: right;
	float: right;
}

#str_middle_menu_secondary ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#str_middle_menu_secondary ul li
{
	padding: 0 10px;
	margin: 0;
	float: left;
	font-size: 14px;
}

#str_middle_menu_secondary ul li a
{
	text-decoration: underline;
	color: #8D363B;
}

#str_middle_menu_secondary ul li.active
{
	background-image: url('../images/btn-green-top.jpg');
	background-position: middle;
	background-repeat: repeat-x;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #92B401;
	border-right: 1px solid #92B401;
}

#str_middle_menu_secondary ul li.active a
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.enter{
	display:inline-block;
	text-align:center;
	background: url('/images/enter.png') left bottom no-repeat;
	color: white;
	width:55px;
	height:25px;
	line-height:25px;
	
}
.enter2{
	display:inline-block;
	text-align:center;
	background: url('/images/enter.png');
	color: white;
	width:55px;
	height:25px;
	line-height:25px;
	float:right;
	border:medium none;
}

.fon{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	display:none;
	background: #ffffff;
	opacity:0;
	-moz-opacity:0; 
	filter:alpha(opacity=0);
	/*z-index:1000;*/
}

#pg_menu_login_form{
	position:absolute;
	top:10px;
	left:30px;
	width:198px;
	line-height:13px;
	font-size:13px;
	background:white;
	border:1px solid gray;
	padding:5px 10px 10px;
}
