body {
	font-size: 1em;
	background-image: url("bg/bg-10-full_f.jpg");
}

#loginTable #header, #registarTable #header {
	padding-top: 100px;
}

#logo {
	background-image: url("img/logo.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 155px auto;
    height: 170px;
    margin: 0 auto;
    width: 252px;
	margin: auto;
}

#loginTable, #registarTable {
	width: 80%;
	max-width: 40em;
	height: 100px;
	margin: auto;
}

#loginTable input, #registarTable input {
	background-clip: padding-box;
	background-color: #fff;
	border-bottom-color: #ddd;
	border-bottom-left-radius: 0.3125em;
	border-bottom-right-radius: 0.3125em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #ddd;
	border-top-left-radius: 0.3125em;
	border-top-right-radius: 0.3125em;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-sizing: border-box;
	color: #333;
	display: block;
	font-size: inherit;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.5em;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.4em;
	text-shadow: 0 1px 0 #f3f3f3;
	width: 100%;
}

#loginTable button, #registarTable button {
	-moz-appearance: none;
	-moz-user-select: none;
	background-clip: padding-box;
	background-color: #f6f6f6;
	border-bottom-color: #ddd;
	border-bottom-left-radius: 0.3125em;
	border-bottom-right-radius: 0.3125em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #ddd;
	border-top-left-radius: 0.3125em;
	border-top-right-radius: 0.3125em;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	color: #333;
	cursor: pointer;
	display: block;
	font-size: inherit;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.5em;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 0.7em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.7em;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	text-shadow: 0 1px 0 #f3f3f3;
	white-space: nowrap;
	width: 100%;
}

#loginUsernameTR, #loginPasswordTR, #registerUsernameTR, #registerEmailTR, .registerTR, #registerNickTR .registerNickTD {
	font-weight: bold;
}

#loginTR, #registerTR, .registerTR {
	text-align: center;
}

.btnLogin {

}

.btnRegister {

}

.token.used {
    color: #ccc;
}

.token.not-used {
    color: #000;
}

.token.not-current {
    color: red;
}

#siteDescription {
  text-align: center;
}

#siteError {
	font-weight: bold;
	color: red;
	text-align:center;
	padding: 0.5em 0;
}