#user_session {
	text-align: right;
	color: white;
	font-size: x-small;
	margin-bottom: 5px;
	margin-right: 10px;
}

#user_session p {
	display: inline;
}

#user_session input {
	width: 5em;
}

#user_session input.check {
	width: auto;
}

#user_session a {
	color: white;
	margin-left: 1em;
}

#big_login {
	background: #DDD;
	border: 2px dotted #BBB;
	width: 20em;
	padding: 1em;
	margin: .5em;
}

#big_login p {
	font-weight: bold;
	margin: .5em 0;
}

#big_login label {
	display: block;
	margin: .2em;
}

#big_login p.links {
	font-size: small;
	font-weight: normal;
}
