#login-form-window
{
	display:none;
	border:1px solid #000;
	background:#F5F5ED;
	padding:10px;
	z-index:10000;
	position:absolute;
	top:30%;
	right:40%;
	width:200px;
	color: #454545;
}

#profile-form-window
{
	display: none;
	border: 1px solid #000;
	background: #F5F5ED;
	padding: 10px;
	z-index: 10000;
	position: fixed;
	top: 30px;
	left: 20%;
	width: 700px;
	color: #454545;
}

.user_online{
    width: 250px;
}

#auth {position: relative; padding-left: 20px; margin-top: 10px; font-size:12px; height: 27px; background:url("images/auth_bg.png") 5px 9px #bec2dd no-repeat; line-height: 27px; color: black; margin-bottom:15px;}
#auth #auth-form-open {font-size:12px; text-decoration: none; border-bottom: 1px dashed #464883; color: #464883}
#auth #auth-form-open:hover {border: none}

#auth-user {margin-top:10px !important; margin-bottom: 20px; padding:8px; background-color: #bec2dd; color: white; margin-top: 14px; font-size:12px;}
#auth-user a.edit {font-size:12px; text-decoration: none; border-bottom: 1px dashed #464883; color: #464883}
#auth-user a.edit:hover {border: none}
#auth-user .name {font-size: 14px; margin-bottom: 10px; font-weight: bold; color: black; display: block;}
#auth-user .inf {margin-bottom:10px;}
#auth-user .inf .udata {float: left; width: 100px; overflow: hidden; text-align: right; font-size: 16px;}
#auth-user .inf img {float: right; height: 60px; width: 60px; border:0;}
#auth-user .exit {text-decoration:underline; cursor:pointer; background-color: #bec2dd; color:#252a6c; border:none; margin:0px; padding:0px;}