#myUserRegister{
	color: white;
}

#myUserRegister #myUserRegister-title{
	font-size: 18px;
	padding-bottom: 5px;
}

#myUserRegister #myUserRegister-form-fields .form-label{
	padding-top: 4px;
}

#myUserRegister #myUserRegister-form-fields .form-input{

}

#myUserRegister #myUserRegister-form-fields input{
	width: 210px;
}

#myUserRegister #myUserRegister-form-fields #myUserRegister-mehet-button{
	width: 80px;
	height: 26px;
	margin: 10px auto 0;
}

#myUserRegister #myUserRegister-form-fields .form-error{
	color: #ffcc00;
	font-size: 11px;
	font-weight: bold;
}

#myUserRegister #myUserRegister-form-fields .form-help{
	font-size: 14px;
	font-weight: bold;
}

#myUserRegister #myUserRegister-form-fields .form-help a{
	color: white;
	font-size: 11px;
	text-decoration: underline;
}

#myUserRegister #myUserRegister-form-fields .form-help div{
	margin-top: 20px;
}