body, html {
	margin: 0;
	padding: 0;
}
body {
	background: #373839 url('../images/bg.png');
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #FFF;
}
#wrapper {
	margin: auto;
	width: 850px;
}
#logo {
	width: 275px;
	height: 64px;
	display: inline-block;
	background: url('../images/logo.png');
}
#wire {
	margin-top: -20px;
	height: 49px;
	background: transparent url('../images/wire.png') no-repeat scroll center;
}
.tab {
	float: right;
	margin: 19px 10px 0 0;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	background: url('../images/wood.gif');
	padding: 2px 15px;
	border-radius: 5px 5px 0 0;
}
#wire .current {
	padding: 5px 15px;
	margin-top: 13px;
}
.tab:first-child {
	margin-right: 50px;
}
#frame {
	height: 660px;
	background: url('../images/wood.gif');
	border-radius: 15px;
	padding: 20px;
	display: inline-block;
	width: 810px;
	position: relative;
	z-index: 2;
	color: #373839;
}
#backing {
	background: #FFFFFF;
	height: 100%;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
}
#sidetabs {
	display: inline-block;
	float: right;
	width: 0px;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
#sidetabs a {
	background: url('../images/wood.gif');
	border-radius: 0 5px 5px 0;
	padding: 1px 5px 1px 0;
	display: inline-block;
	text-decoration: none;
	color: #373839;
	margin: 1px 0;
	width: 15px;
	text-align: center;
	-webkit-transition: padding-left 1s;
}
#sidetabs .current {
	padding-left: 15px;
}
.in {
	left: -100px;
}
#copyright {
	text-align: center;
	margin-top: 20px;
}
#login {
	float: right;
	background: #FFF;
	border-radius: 0 0 5px 5px;
	padding: 10px 30px;
}
#login a {
	color: #373839;
}
h1 {
	margin: 0;
	text-align: center;
	padding-bottom: 20px;
}
#prev {
	float: left;
	background: url('../images/prev.png');
}
#next {
	float: right;
	background: url('../images/next.png');
}
#prev, #next {
	width: 100px;
	height: 71px;
	margin: 100px 20px 20px;
}
#frame img {
	margin: auto;
	display: block;
	-webkit-transition: width 0.2s;
	-webkit-transition: height 0.2s;
}
#info {
	font-weight: bold;
	margin-top: 30px;
}
#info h3 {
	margin-top: 0;
	text-decoration: underline;
}
h2 {
	margin: 0 0 50px 0;
	font-size: 11px;
}
#error {
	font-size: 20px;
	margin-top: 100px;
	text-align: center;
}
#login-grid {
	display: grid;
	grid-template-columns: 40% auto;
	width: 350px;
	margin: 24px auto;
	gap: 10px;
}
label {
	display: block;
	text-align: right;
}
#desc {
	margin-bottom: 20px;
}
