label.error {
    top: 40px;
    color:red;
}

.active label.error{
	top: 60px;
}

.passwordLightboxContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.8);
}

.passwordLightboxTable {
	display: table;
	width: 980px;
	height: 100%;
	margin: auto;
}

.passwordLightboxTD {
	display: table-cell;
	vertical-align: middle;
}

.passwordLightboxPanel {
	width: 100%;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.passwordLightboxPanelInner {
	padding: 50px;
}

.passwordLightboxPanelInner h6 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	display: block;
}

.passwordLightboxPanelInner p {
	display: block;
	margin-top: 20px;
}

.passwordLightboxPanelBtn {
	margin-top: 30px;
}

.passwordLightboxPanelBtn a {
	float: right;
	background: #009877;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 15px 30px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100px;
}

.jcustomcathide{
    display:none !important;
}