

.forgottenPwd form * {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
}

.forgottenPwd form * :not(button) {
	color: #676767;
}

.forgottenPwd .control-group select,
.forgottenPwd .control-group textarea,
.forgottenPwd .control-group input[type="text"],
.forgottenPwd .control-group input[type="password"],
.forgottenPwd .control-group input[type="number"],
.forgottenPwd .control-group input[type="email"] {
  padding: 1px;
  font-size: 12px;
}

.forgottenPwd .control-group input[type="text"],
.forgottenPwd .control-group input[type="password"],
.forgottenPwd .control-group input[type="number"],
.forgottenPwd .control-group input[type="email"] {
	width: 168px;
}

.forgottenPwd .test-captcha {
	line-height: 15px;
}

.forgottenPwd button[type="submit"] {
	font-size: 13px;
	padding: 1px;
}