.self-registration {
	padding: 1px;
}

.self-registration a {
	cursor: pointer;
}

.self-registration .chat-footer {
	height: 30px;
}

.self-registration .chat-footer img{
	position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 10px;
    height: 75px;
    cursor: pointer;
}

.self-registration a.locate-my-account {
	top: -20px;
    position: relative;
}

.self-registration div h4 {
	margin-top:0;
}

.self-reg-account-has-admins {
	margin: 15px;
}

/* dialog modal */
.self-registration div img.self-registration-account-number-location {
	border: solid 1px black !important;
    margin: 0 1px 10px ;
    padding: 10px;
}

.self-registration .self-reg-portlet-alert-body {
	padding: 15px;
}

.self-registration .portlet-alert.success {
	margin-bottom: 15px;	
}

.self-registration .registration-service-selections label {
	padding-left: 5px !important;
}

.self-registration .registration-service-selections input.checkbox {
	display: inline;
	margin-bottom: 6px;
}

.self-registration.self-register-account .self-register-account-review label {
    display: inline-block;
    width: 150px;
    font-weight: 600;
}


.self-registration.self-register-account .self-register-account-sign-out-alert {
	width: 30%;
	margin: 0 auto;
	border: solid 1px;
	min-width: 300px;
	padding: 10px;}