.passwordConfirmation {
}

.passwordConfirmation .heading {
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 10px;
}

.passwordConfirmation .passwordInput {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: none;
	border-bottom: 1px solid #f0f0f0;
}

.passwordConfirmation .passwordInput.prompt {
	color: #d0d0d0;
}
