/**************************  Styles for simple layout  *****************************/

.changePasswordForm-field{
/* 	margin: 10px 0 10px 0; */
/* 	float: left; */
/* 	width: 50%; */
/* 	min-height: 55px; */
/* 	height: auto; */
}

.changePasswordForm-field input[type="email"], 
.changePasswordForm-field input[type="number"], 
.changePasswordForm-field input[type="password"], 
.changePasswordForm-field input[type="tel"], 
.changePasswordForm-field input[type="url"], 
.changePasswordForm-field input[type="text"]{
	width: 80%;
}

.changePasswordForm-field select{
	width: 84%;
}

.changePasswordForm-field error{
	width: 80%;
}