body {position: relative;}

.top_row_login {
	position: absolute;
	top:0;
	left: 0;
	z-index: 10;
	background:#cd2a19 url(//st.drweb.com/static/new-www/images/bg_top_row.gif) repeat-x 0 0;
}

	.top_row_login .wrapper {
		margin: 0 auto;
		width: 960px;
	}

		.wrapper .log_block,
		.wrapper .information
		{
			float: left;
			margin: 0;
			padding: 0;
			height: 19px;
		}

		.wrapper .log_block {width: 223px;}

		.wrapper .information {
			margin-left:20px;
			color: #fff;
			width: 717px;
			white-space: nowrap;
		}

			.wrapper .information a {color: #fff;}

			.wrapper .information span {padding: 0 10px;}
			
			.wrapper .log_block,
			.wrapper .log_block *,
			.wrapper .information,
			.wrapper .information * {vertical-align: top;}

/* drw_login_widget_container */

#user_login {
	position: relative;
	width: 223px;
	height: 19px;
}

#user_login img {line-height: 1em;}

#user_login .user_block_head {
	background:#5ba600 url(//st.drweb.com/static/new-www/images/bg_top_row_green.gif) repeat-x 0 0;
	padding: 0 0 0 15px;
	position: relative;
	height: 19px;
	overflow: hidden;
}

	.user_block_head h3 {
		display: inline;
		color:#fff;
		font-size: 12px;
		font-weight: normal;
		white-space: nowrap;
		margin: 0;
		padding: 0;
	}
		.user_block_head h3 a {
			color:#fff;
		}

		.user_block_head.logout h3 a,
		.user_block_head h3 a:hover,
		.user_block_head h3 a.active {
			text-decoration: none;
		}

	.user_block_head .reg_link {
		color: #205400;
		font-size: 11px;
		position: absolute;
		right: 30px;
		top: 0;
	}
	.user_block_head .toggle_button {
		padding: 0 5px;
		position: absolute;
		right: 0;
		width: 19px;
		height: 19px;
		text-align: right;
		top: 0;
		background:url(//st.drweb.com/static/new-www/images/2014/top_row_toggle_button_green.png) no-repeat center -19px;
		z-index: 2;
	}

	.user_block_head .toggle_button.active {
		background-position: center 0;
	}

	.user_block_head.logout .txt_out {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}

#user_login .user_block_body {
	position: absolute;
	top: 19px;
	left: 0;
	background-color: #f3f5f4;
	margin: 0;
	z-index: 90;
	width: 191px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	border: 1px solid #71BD02;
	border-top: none;
}

#user_login .user_block_body,
#user_login .user_block_body.logout .block_wrapper { padding: 7px 15px 0; }

#user_login .user_block_body.logout { padding: 0; width: 221px; }

	.user_block_body p,
	.user_block_body.logout .block_avatar
	{
		margin: 0 0 10px;
		text-align: left;
	}
	.user_block_body .block_email {margin-bottom: 5px;}
	.user_block_body .block_login,
	.user_block_body .soc_icons
	{
		text-align: center;
	}
	.user_block_body .soc_icons {cursor: pointer;}
	.user_block_body .block_logout {
		padding: 6px 0 5px;
		margin: 0;
		text-align: center;
		position: relative;
		line-height: 14px;
		background: url(//st.drweb.com/static/new-www/images/2014/bg_two_rows_gray_white.gif) repeat-x 0 0;
	}

		.block_logout .close_block_body {
			height: 9px;
			padding: 5px;
			position: absolute;
			right: 12px;
			top: 5px;
		}

	.user_block_body.logout .block_avatar .avatar {
		max-height: 62px;
		max-width: 62px;
		margin-right: 15px;
	}

	.user_block_body.logout .block_avatar,
	.user_block_body.logout .block_avatar td {
		border-collapse: collapse;
		vertical-align: middle;
		color:#606161;
	}

	.user_block_body.logout .block_avatar td:first-child {vertical-align: top;}

#user_login input {
	border: 1px solid #d6d6d6;
	height:13px;
	line-height:13px;
	width:183px;
	font-size:12px;
	padding: 4px 5px 3px 3px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#user_login a.button {
	padding:3px 13px;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
#user_login .bg_green {
	background:#68a31c url(//st.drweb.com/static/new-www/web_iq/img/bg_button_grad_green.png) repeat-x 0 0;
	border: 1px solid #77B759;
}
#user_login .bg_red {
	background:#ae0202 url(//st.drweb.com/static/new-www/web_iq/img/bg_button_grad_red.png) repeat-x 0 0;
	border: 1px solid #a40607;
}

#user_login #user_login_email {background:#fff url(//st.drweb.com/static/new-www/images/txt_email_verdana_12px_en.gif) no-repeat 4px 5px;}
#user_login #user_login_password {background:#fff url(//st.drweb.com/static/new-www/images/txt_pass_verdana_12px_en.gif) no-repeat 4px 5px;}
#user_login.widget_lng_ru #user_login_email {background:#fff url(//st.drweb.com/static/new-www/images/txt_email_verdana_12px_ru.gif) no-repeat 4px 5px;}
#user_login.widget_lng_ru #user_login_password {background:#fff url(//st.drweb.com/static/new-www/images/txt_pass_verdana_12px_ru.gif) no-repeat 4px 5px;}

/**/