/* #login a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dashed white;
}
 */
#login a:hover { border: none; }

#login a.profile-link { text-decoration: none; }

#login-form-window {
	border:1px solid #000;
	background:#F5F5ED;
	padding:10px;
	z-index:10000;
	/* position:absolute; */
	top:10%;
	left:45%;
	width:200px;
	color: #454545;
}

#login a.auth {
	background: url("images/login.gif") left center no-repeat;
	display: block;
	float: left;
	padding-left: 15px;	
}

#auth-form {
	position: relative;
	/*float: left;*/
	width: 290px;
	margin: 0 auto;
}
#auth-form td{
	color: #000;
	min-width: 100px;
	padding: 10px 5px;
}

#auth-form input[type="text"], 
#auth-form input[type="password"] {
    height: 48px;
    padding: 10px;
    position: relative;
    width: -webkit-fill-available;
    width: -moz-available;          /* WebKit игнор. */
    width: fill-available;
    color: #000;
    border: 1px solid #E3E1E1;
    border-radius: 5px;
        font-size: 18px;
  
}

#auth-form input[type="submit"] {
	padding: 10px 16px;
	font-size: 16px;
	color: #fff;
	background: #fb8e0e;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border: none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	outline: 0;
	cursor: pointer;
}

#auth-form input[type="submit"]:hover { background: #cc5e00; }

.inputtextarea{
	padding: 10px;
    position: relative;
        width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    color: #000;
    border: 1px solid #E3E1E1;
    border-radius: 5px;
    font-size: 18px;
}
