.header_user_info {
    /*width: 66px;*/
    position: relative;
    float: right;
    text-align: center;
	height: 105px;
}

.header_user_info > a:first-child {
    display: block;
    /*overflow: hidden;*/
	padding-top: 35px;
	height: 100%;
}
.header_user_info > a:first-child b {
    display: block;
    font-size: 12px;
    font-weight: 200;
	color: #c9c9c9;
}

p.login-block > a {
   color: #005295;
}
p.login-block > a:hover {
	color: #df1f00;
}

.header_user_info a:hover, .header_user_info a.active {
    background: #f4f4f4;
}
.header_user_info .loginbox{
	display: none;
}
.header_user_info .loginbox{
	width: 250px;
	background: #f4f4f4;
	padding: 20px;
	border: none;
	right: 0;
	position: absolute;
	z-index: 99;
	-moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.35);
}
.header_user_info .loginbox #login_form p{
	margin-bottom: 15px;
}
.header_user_info .loginbox #login_form input{
	width: 100%;
}
.header_user_info .loginbox #login_form .submit input{
	background: #005295;
    border: medium none;
    color: #fff;
    display: block;
    height: 47px;
    padding: 13px 15px;
    position: relative;
    text-align: center;
    width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.header_user_info .loginbox #login_form .submit input:hover{
	cursor: pointer;
	background: rgba(0,82,149,0.75);
}
.login-block{
	color: #333;
    font-family: "Exo 2";
    font-size: 16px;
    font-weight: normal;
}
.login-block.mb{
	margin-bottom: 15px;
}

/*# sourceMappingURL=blockuserinfo.css.map */

.loggedul li a{
	padding: 5px 10px;
	background: #fff;
	margin-bottom: 10px;
	display: block;
	color: #333;
}
.loggedul li:last-child a{
	margin-bottom: 0;
}

@media (max-width: 479px) {
    .header_user_info a {
        font-size: 11px;
    }
	.header_user_info .loginbox{
		right: -170px;
	}
}
