/*User alert classes*/

#useralertbar {
	margin-bottom: 0;
}

/*Login form classes*/

.userframe {
	max-width: 33.125em;
	margin: 0 auto;
}

.userframe-top {
	background-color: #e6e6e6;
	padding: 0 0 1.3em 0;
	margin: 4.25em 0 0 0;
	border-radius: 1em 1em 0 0;
	position: relative;
}

.userframe h1 {
	font-size: 3.33em;
	line-height: 1;
	margin: 0;
	background: none;
	color: #000000;
	padding: 0;
	text-align: left;
}

.userframe-top h1 {
	margin: 0 0 0 0.2em;
	position: absolute;
	bottom: 0.25em;
}

.userframe-bottom {
	background-color: #e6e6e6;
	padding: 0 1.75em 1.1em;
	margin: 0;
	border-radius: 0 0 1em 1em;
}

.userframe h2 {
	font-size: 1.8em;
	margin-top: 0;
	color: #4d4d4d;
	font-weight: normal;
}

.userframe strong {
	color: #004;
}

.userframe input#username,
.userframe input#password,
.userframe input#newpassword,
.userframe input#verifynewpassword {
	font-size: 1.5em;
	line-height: 1.3;
	border: 1px solid #999;
	width: 100%;
}

.userframe input#username:focus,
.userframe input#password:focus,
.userframe input#newpassword:focus,
.userframe input#verifynewpassword:focus {
	border-color: #666;
}

.userframe button {
	font-size: 1.4em;
	border: 1px solid #555;
	line-height: 1.3;
	padding: 0 0 0.24em 0;
	width: 100%;
	margin: 0.5em auto 0;
	background-color: #DDE7FF;
	text-align: center;
}

.userframe button:hover,
.userframe button:focus {
	background: #D0E0FF;
	cursor: pointer;
}

.userframe #capslockwarning {
	color: #ff0000;
	font-size: 0.9em;
	display: none;
	text-align: left;
}

@media (min-width:35em) {
	.userframe input#password {
		margin-left: 1em;
		max-width: 9.3em;
	}
	.userframe input#newpassword,
	.userframe input#verifynewpassword {
		max-width: 10.185em;
	}
	.userframe button {
		max-width: 9em;
		margin: 0 0 0 0.75em;
		vertical-align: top;
	}
}