.shown{
	display: block;
}
.hidden{
	display:none;
}

.create-account-form-wrapper p label input{
	font-weight: 400;
	font-size: 15px;
}

.create-account-form-wrapper , .create-account-form-wrapper input, .create-account-form-wrapper select .create-account-form-wrapper p label input{
	font-family:"open sans";
}

.create-account-form-elements .create-account-form-modal-wrapper, .create-account-form-elements .create-account-form-modal-overlay, .create-account-form-container #email-is-institute-qualified-text {
	display: none;
}

.create-account-form-elements .create-account-form-modal-wrapper {
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1),inset 0 0 0 #000;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1),inset 0 0 0 #000;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1),inset 0 0 0 #000;
	margin: 0px 0px 0px -370px;
	position: absolute;
	top: 50px;
	z-index: 1000;
	left: 50%;
	border: 0;
	background-color: #fff;
}

.create-account-form-elements {
	position: relative;
}

.create-account-form-elements .create-account-form-wrapper {
	width: 800px;
	height:694px;
	background-color: #FFF;
	position:relative;
}

.create-account-form-elements .create-account-form-wrapper .create-account-form-footer {
	clear: both;
	padding-top: 44px;
}

.create-account-form-elements .create-account-form-container {
	padding: 40px;
	position: relative;
}

.create-account-form-elements .create-account-form-container a {
	color: #00ACD4;
}

.create-account-form-elements .create-account-form-container .double-right-arrow {
	font-size: 16px;
}

.create-account-form-elements .create-account-form-container .create-account-form-button {
	cursor: pointer;
	border: 0;
	font-size: 17px;
}

.create-account-form-elements .create-account-form-container .close-button {
	background-image: url(/images/styles/x-button-light.png);
	background-size: 23px 23px;
	cursor: pointer;
	width: 23px;
	height: 23px;
	position: absolute;
	right: 41px;
	top: 44px;
}

.create-account-form-elements .create-account-form-container .close-button:hover, .create-account-form-elements .create-account-form.preloader .close-button-hover {
	background-image: url(/images/styles/x-button.png);
}

.create-account-form-elements .create-account-form-container .header-text {
	height: 50px;
	font-size: 40px;
	font-weight:300;
	padding-left: 0px;
	margin-top: -15px;
	padding-bottom: 6px;
}

.create-account-form-elements .create-account-form-container .form-items {
	float: left;
	width: 382px;
	padding-left: 0px;
	margin-top:18px;
}

.create-account-form-elements .create-account-form-container .create-account-form {
	padding-top: 12px;
}

.create-account-form-elements .create-account-form-wrapper .create-account-form .input-wrapper {
	position: relative;
}

.create-account-form-elements .create-account-form-wrapper .create-account-form .input-wrapper label {
	position: absolute;
	cursor: text;
	line-height: 35px;
	top: 5px;
	left: 14px;
	color: #777;
	transition: color 0.2s linear 0s;
	-webkit-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
}

.create-account-form-elements .create-account-form-wrapper .create-account-form .input-wrapper label,
.create-account-form-elements .create-account-form-wrapper .create-account-form .input-wrapper input {
	font-size: 15px;
	font-weight:400;
}

.create-account-form-elements .create-account-form-wrapper .create-account-form .input-wrapper.focused label {
	color: #CCC;
	transition: color 0.2s linear 0s;
	-webkit-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
}

.create-account-form-elements .create-account-form-wrapper .create-account-form .input-wrapper.populated label {
	display: none;
}

.create-account-form-elements .create-account-form-container .create-account-form .fields input {
	display: block;

	width: 358px;
	margin-bottom: 14px;
	padding: 11px;
	border: 1px solid #DFDFE1;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .remember-password {
	float: left;
	font-size: 13px;
	margin-top:2px;
	width: 370px;
	border: 1px solid transparent;
	padding: 10px 0px 0px 10px;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .remember-password .terms-of-service-text {
	font-size:15px;
	font-weight: 400;
	padding-left: 4px;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .remember-password input[type='checkbox'] {
	margin-bottom: 15px;
	margin-left: 0px;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .remember-password input[type='checkbox']:focus {
	outline: 1px solid #CCC;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .remember-password .remember-password-text {
	margin-left: 5px;
	font-size: 13px;
	font-weight: 400;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .forgot-password {
	float: right;
	font-size: 13px;
}

.create-account-form-elements .create-account-form-container .create-account-form .form-options .create-account-button .create-account-form-button {
	margin-bottom: 40px;
	background-color: #00ACD4;
	color: #FFF;
	width: 381px;
	height: 47px;
	float: left;
	border-radius: 3px;
	margin-top: 20px;
	cursor:pointer;
}

.create-account-form-elements .submit-disabled {
	cursor:progress !important;
	background-color: #00bcdf !important;
}

.create-account-form-elements .create-account-form-container .form-items .institute-new-account {
	padding-top: 32px;
	font-size: 15px;
}

.create-account-form-elements .create-account-form-container .form-items .institute-new-account-instructions {
	margin-bottom: 18px;
}

.create-account-form-elements .create-account-form-container .form-items .institute-new-account-button {
	margin-bottom: 0px;
	
}

.create-account-form-elements .create-account-form-container .form-items .institute-new-account .new-account-button {
	width: 163px;
	height: 42px;
	background-color: #939598;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.create-account-form-elements .create-account-form-container .form-items .institute-new-account .new-account-button:hover {
	text-decoration: none;
}

.create-account-form-elements .create-account-form-container .form-instructions-wrapper {
	float: right;
	width: 266px;
	border-left: 1px solid #C7C8CA;
	margin-left: 0px;
	padding-left: 30px;
	margin-top: 46px;
	font-weight:400;
}

.create-account-form-elements .create-account-form-container .form-instructions {
	float:left;
	line-height: 23px;
	font-size: 13px;
	letter-spacing: 0px;
	word-spacing: 1px;
	width:265px;
}

.create-account-form-elements .create-account-form-container .form-instructions > p:first-child::first-line {
	line-height: 17px;
}

.create-account-form-elements .member-create-account .create-account-form-container .form-instructions .new-account-instructions {
	padding-top: 9px;
	font-size: 13px;
	word-spacing: 2px;
	letter-spacing: 0px;
	line-height: 20px;
	padding-bottom: 8px;
}

#register_member_form_inline .job-other-field {
	float:left;
}

#register_member_form_inline .job-other-field  input {
	width:160px !important;
}

#register_member_form_inline .first-name-field {
	float:left;
}

#register_member_form_inline .first-name-field  input {
	width:160px !important;
}

#register_member_form_inline .last-name-field {
	float:right;
}

#register_member_form_inline .last-name-field input {
	width:160px !important;
}

.account-includes {
	float: left;
	width: 210px;
}

.account-includes image{
	float: left;
}

.account-includes p{
	float: right;
	width: 182px;
	font-size: 13px;
	margin-bottom: 15px;
	font-weight: 400;
}
.account-includes p.last{
	margin-bottom:0px;
}

.account-includes-wrapper {
	float: left;
	padding: 20px;
	background-color: #EDEDED;
	border-radius:3px;
	width: 225px;
	margin-bottom: 40px;
	height:170px;
}

.account-includes-wrapper h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	color: #636466;
	margin-top: 2px;
	font-family:"open sans condensed";
	margin-bottom: 20px;
}

#register_member_form_inline .fields .select {
	display: block;
	height: 42px;
	width: 382px;
	margin-bottom: 15px;
	padding: 9px;
	border: 1px solid #DFDFE1;
	font-size: 15px;
	color: #777;
	font-weight:400;
}

.create-account-form-elements .create-account-form-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #3d464d;
	-moz-opacity: 0.60;
	opacity: .60;
	filter: alpha(opacity=60);
}

#register_member_form_inline .moreHiddenFields {
	display:none;
}

#register_member_form_inline .not-validated {
	border: 1px solid #F15963 !important;
}

#register_member_form_inline .error-display {
	display:none;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

.create-account-form-elements .frozen-form-overlay {
	height: 100%;
	width: 100%;
	display:none;
	background-color: transparent;
	position: absolute;
	z-index: 999;
	background-color: #AFB8BF;
	-moz-opacity: 0.60;
	opacity: .60;
	filter: alpha(opacity=60);
	text-align:center;
}

.create-account-form-elements .frozen-form-overlay .loader-gif {
	margin-top:300px;
}

/*if an autofill takes place which is not supposed to happen, make the background stay white*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}