.LoginPoliteHello {
	position:absolute;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	background:linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	left:0px;
	height:100%;
	max-height:31px;
	padding:10px 10px 10px 10px;
}
.LoginFormContainer {
	position:relative;
	display:block;
	border-radius:10px;
	width:100%;
	height:30px;
	margin-bottom:3px;
	background:linear-gradient(top,rgb(0,0,0) 0%,rgb(50,50,50) 40%,rgba(100,100,100,0.5) 60%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(top,rgb(0,0,0) 0%,rgb(50,50,50) 40%,rgba(100,100,100,0.5) 60%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(top,rgb(0,0,0) 0%,rgb(50,50,50) 40%,rgba(100,100,100,0.5) 60%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(top,rgb(0,0,0) 0%,rgb(50,50,50) 40%,rgba(100,100,100,0.5) 60%,rgb(0,0,0) 100%);
	font: 13px/100% Verdana, Tahoma, sans-serif;
	color:white;
}
.LoginForm {
	position:relative;
	display:block;
	border-radius:10px;
	width:80%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.LoginContainer {
	position:absolute;
	display:block;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	width:35%;
	height:100%;
	left:0px;
}
.PasswordContainer {
	position:absolute;
	display:block;
	height:100%;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	width:35%;
	left:35%;
}
.LoginShow {
	position:absolute;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	background:linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	left:0px;
	height:100%;
	max-height:31px;
	padding:10px 10px 10px 10px;
}
.LoginInput {
	border:1px solid rgba(200,100,0,0.5);
	word-wrap:break-word;
	display:block;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	position:absolute;
	width:150px;
	height:90%;
	top:5%;
	right:5%;
	color:white;
	background:rgba(0,0,0,0.5);
	padding:5px 10px 5px 10px;
}

.LoginInput:focus{
	outline:none;
	border:1px solid rgba(255,200,0,0.5);
	word-wrap:break-word;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	position:absolute;
	width:150px;
	height:90%;
	top:5%;
	right:5%;
	color:white;
	background:rgba(0,0,0,0.5);
	padding:5px 10px 5px 10px;
}
.InButton {
	word-wrap:break-word;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	position:absolute;
	border:none;
	background:linear-gradient(top,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(top,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(top,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(top,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	left:70%;
	height:100%;
	max-height:31px;
	padding:10px 10px 10px 10px;
}
.InButton:hover{
	word-wrap:break-word;
	cursor:pointer;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	position:absolute;
	border:none;
	background:linear-gradient(top,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(top,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(top,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(top,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	left:70%;
	height:100%;
	max-height:31px;
	padding:10px 10px 10px 10px;
}
.RegisterButton {
	word-wrap:break-word;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	position:absolute;
	border:none;
	background:linear-gradient(top,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(top,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(top,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(top,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	height:100%;
	max-height:31px;
	left:80%;
	padding:10px 10px 10px 10px;
}
.RegisterButton:hover {
	word-wrap:break-word;
	cursor:pointer;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	position:absolute;
	border:none;
	background:linear-gradient(top,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(top,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(top,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(top,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	height:100%;
	max-height:31px;
	left:80%;
	padding:10px 10px 10px 10px;
}