.auth-profile form {
	padding: 0px;
	margin: 0px;
}

.auth-profile .login {
	width: 115px;
	margin-right: 30px;
	color: #f57e04;
}

.auth-profile .wide {
	width: 230px;
}

.auth-profile .photo {
	width: 27px;
	float: left;
}

.auth-profile .name {
	width: 150px;
	float: left;
	margin-top: -2px;
	overflow: hidden;
	line-height: 13px;
	font-size: 11px;
}

.auth-profile .name a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}