* {
	user-select: text;
}

.logincontainer{
	height: 290px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 300px;
}

.login{
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-sizing: border-box;
	height: 290px;
	left: -150px;
	padding: 10px 20px 20px 20px;
	position: absolute;
	top: -155px;
	width: 300px;
}

.login_header{
	background-image: url("../images/logos/login_logo.png");
	background-repeat: no-repeat;
	height: 98px;
	left: -199px;
	position: absolute;
	top: -262px;
	width: 354px;
}

.login_header span{
	color: #323537;
	cursor: default;
	display: block;
	font-family: Tahoma, Arial;
	font-size: 17px;
	position: absolute;
	left: 135px;
	top: 74px;
	text-align: center;
	user-select: none;
	width: 240px;
}

.login div.link{
	margin-top: 7px;
}

.login div.link a{
	color: #666 !important;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	text-decoration: underline;
}

.login div.link a:hover{
	color: #666;
	text-decoration: none;
}

h1{
	font-size: 16px;
	text-align: center;
}

.separator{
	border-top: 1px solid #CCC;
	height: 1px;
	overflow: hidden;
	width: 100%;
}

label{
	color: #666 !important;
}

input#testmode{
	opacity: 0;
}

.error{
	background-color: #EEE;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	display: none;
	padding: 20px;
	position: absolute;
	width: 300px;
}