div#recoverdiv, div#creatediv {
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px;
	z-index: 10000;
	background: #f8f8f8;
	width: 100%;
	height: 100%;
	padding-top: 0;
}

div#RecaptchaField1, div#RecaptchaField2 {
	margin-bottom: 15px;
}

div#RecaptchaField1 div, div#RecaptchaField2 div {
	margin: 0 auto;
}

a.disabled {
	color: #999 !important;
	background: #fff !important;
	border-color: #ccc !important;
}