.form-register .wrapper .registerForm input {
	width: 180px;
}
.form-register .wrapper .registerForm label {
	width: 140px;
	font-size: 14px;
	line-height: 28px;
}
#show-login {
	width: 190px;
	background: #53a66e;
	border: none;
	color: #fff;
	font-size: 18px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	float: left;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border: none;
}
.regError {
	text-align: center;
}
.form-write-us .actions input[type=button] {
width: 100%;
background: #53a66e;
border: none;
color: #fff;
font-size: 18px;
display: block;
float: left;
height: 49px;
line-height: 49px;
text-align: center;
margin: 0;
border: none;
}
.form-write-us-responce {
	display: none;
	position: fixed;
}
.form-write-us-responce .text {
	font-size: 16px;
	padding: 30px;
}
.form-write-us-responce a {
width: 100%;
background: #53a66e;
color: #fff;
float: left;
font-size: 18px;
display: block;
height: 49px;
line-height: 49px;
text-align: center;
}