body {
	background-image: none;
}

#box {
	width: 336px;
	margin: 40px auto 20px;
	background: transparent url(../images/sidebar-bkgd-top.gif) center top no-repeat;
}

#box .inner {
	background: transparent url(../images/sidebar-bkgd-bottom.gif) center bottom no-repeat;
	padding: 16px;
}

#box form {
	padding-top: 0.5em;
}

h1 {
	background: transparent url(../images/signin-h1.gif) left top no-repeat;
	width: 166px; height: 22px;
	text-indent: -999em;
	margin-bottom: 0.6em;
}

.sc h1 { background-image: url(../images/signin-h1-sc.gif); }
.tc h1 { background-image: url(../images/signin-h1-tc.gif); }

label.login {
	display: block;
	float: left;
	width: 6em;
	height: 2em;
	line-height: 2em;
}

input#username {
	float: left;
	margin-bottom: 0.5em;
}

input#password {
	float: left;
	margin-bottom: 1em;
}

#box p {
	margin: 1em 0;
	clear: left;
}

#box br {
	clear: both; height: 1em;
}

#joinup {
	width: 336px;
	margin: 0 auto;
}

#joinup p {
	font-size: 1.1em;
	margin: 0.4em 0;
	padding-left: 16px;
}

#joinup p.cancel {
	font-size: 0.9em;
	margin-top: 30px;
}
