.sign-up-login-links {
    display: table-cell;
    vertical-align: top;
    text-align: center;
	width: 14%;
}

.button.submit.register-button,
.button.submit.login-button {
    border: 0 none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
    display: table-cell;
	margin: 0 0 0 3px;
    padding: 2px 30px 4px;
	text-shadow: 1px 1px 1px rgba( 0, 0, 0, .2 );
}

.button.submit.register-button{
	background-color: #22aaee;
}

.button.submit.login-button {
	background-color: #aacc00;
}

.must-log-in {
    text-align: center;
}

.user-account.n-logged-in {
	text-align: right;
}

.forgetmenot > label {
    padding: 0 4px;
}

