#user_submenu ul {
	margin: 0px;
	list-style-type: none;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

#user_submenu ul li {
	margin-bottom: 1px;
}

#user_submenu ul li a {
	background: #f5f5f5;
	line-height: 40px;
	display: block;
	text-decoration: none;
	color: #323232;
	padding: 0px 0px 0px 10px;
	background: #f5f5f5 url('../images/user_menu_arrow.gif') no-repeat 98%
		50%;
}

#user_submenu ul li.active a, #user_submenu ul li a:hover {
	color: #636342;
	background: #f4f4e8 url('../images/user_menu_arrow_hover.gif') no-repeat
		98% 50%;
}

#user-profile {
	border-left: 1px solid #e5e5e5;
}

#user-profile, #user-profile form {
	margin-bottom: 0px;
}

#user-profile h3 {
	font-size: 26px;
	color: #5c5c5c;
	font-weight: 600;
}

#user-profile p.help-block {
	
}

#user-profile label {
	margin-bottom: 8px;
}

#user-profile input {
	margin-bottom: 0px;
}

#user-profile .control-group {
	/* margin-bottom: 24px; */
}

#user-profile .control-group.password-parent {
	margin-bottom: 12px;
}

#user-profile .form-actions {
	background: #ffffff;
	border: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#user-profile .form-item-user-postal-code-und-0-value {
	margin-bottom: 24px;
}

#user-profile #edit-submit {
	margin-right: 15px;
	border-radius: 0px;
}

#user-profile #edit-cancel {
	border-radius: 0px;
}

.password-strength {
    width: 308px;
    position: relative;
    left: 0;
    margin-top: 0;
}

div.password-confirm {
    margin-top: 0;
    position: relative;
    visibility: hidden;
    width: 308px;
    left: 0;
}
.confirm-parent, .password-parent {
    width: initial;
}