section {
	margin-top			: 50px;
	margin-left			: auto;
	margin-right		: auto;
	width				: 401px;
}

section img:first-child {
	display				: block;
	height				: 146px;
	margin-bottom		: 20px;
	width				: 401px;
}

#user-rights {
	background-color	: #fff;
	height				: 40px;
	line-height			: 40px;
	margin-bottom		: 1px;
	padding-left		: 10px;
	padding-right		: 10px;
	width				: 381px;
}

#txt-username, #txt-password {
	border				: none;
	display				: block;
	float				: left;
	height				: 40px;
	padding				: 0 10px;
	width				: 160px;
}

#txt-password {
	margin-left			: 1px;
}

#btn-login {
	background-color	: #da6683;
	border				: none;
	color				: #fff;
	cursor				: pointer;
	display				: block;
	float				: left;
	font-size			: 10px;
	height				: 40px;
	padding				: 0;
	width				: 40px;
}

#btn-login:hover {
	background-color	: #9f2f4b;
}

section a:last-child {
	color				: #141414;
	display				: block;
	text-align			: center;
	margin-top			: 20px;
	text-decoration		: none;
	text-shadow			: 0 1px 0 #fff;
}

section a:last-child:hover {
	text-decoration		: underline;
}

.error {
	background-color	: #ac2d2d;
	color				: #fff;
	font-size			: 13px;
	height				: 40px;
	line-height			: 40px;
	margin-bottom		: 10px;
	text-align			: center;
	width				: 100%;
}